mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-11 14:44:50 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
export interface CodesVerificationSchema {
|
|
key: string;
|
|
nonce: string;
|
|
regenerate?: boolean;
|
|
}
|