Newer
Older
percord / src / util / schemas / LoginSchema.ts
@Madeline Madeline on 26 Sep 2022 164 bytes Prettier
export interface LoginSchema {
	login: string;
	password: string;
	undelete?: boolean;
	captcha_key?: string;
	login_source?: string;
	gift_code_sku_id?: string;
}