UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
20 lines (19 loc) 317 B
/** * * @export * @interface AccountAuthRequest */ export interface AccountAuthRequest { /** * * @type {string} * @memberof AccountAuthRequest */ username?: string | null; /** * * @type {string} * @memberof AccountAuthRequest */ password?: string | null; }