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

6 lines
108 B
TypeScript

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