mirror of https://github.com/Chocobozzz/PeerTube
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
|
export interface TwoFactorEnableResult {
|
||
|
otpRequest: {
|
||
|
requestToken: string
|
||
|
secret: string
|
||
|
uri: string
|
||
|
}
|
||
|
}
|