mirror of
https://github.com/wahyd4/next-dashboard.git
synced 2026-08-26 04:46:09 +10:00
8 lines
122 B
Go
8 lines
122 B
Go
package request_objects
|
|
|
|
type InitDatabaseRequest struct {
|
|
URL string `json:"url"`
|
|
DBType string `json:"dbType"`
|
|
|
|
}
|