lfk-client-js/dist/models/CreateAuth.d.ts

6 lines
103 B
TypeScript

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