mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-31 02:44:41 +00:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
export interface MfaCodesSchema {
|
|
password: string;
|
|
regenerate?: boolean;
|
|
}
|