UNPKG

@bitzonegaming/roleplay-engine-sdk

Version:
20 lines (19 loc) 334 B
/** * * @export * @interface AccountEmailVerification */ export interface AccountEmailVerification { /** * * @type {boolean} * @memberof AccountEmailVerification */ verified: boolean; /** * * @type {number} * @memberof AccountEmailVerification */ lastRequestDate: number; }