lfk-client-js/dist/models/CreateAuth.d.ts
2023-02-02 09:42:58 +00:00

6 lines
95 B
TypeScript

export type CreateAuth = {
username?: string;
email?: string;
password: string;
};