mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
589 B
589 B
AuthCreateAdminRequest
Example Usage
import { AuthCreateAdminRequest } from "dokploy/models/operations";
let value: AuthCreateAdminRequest = {
email: "Cruz49@hotmail.com",
password: "LeMKZZnr6bCDRt7",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
email |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |