Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ScreenMembersOnMfaPushChallengePush extends ScreenMembers { data: { /** プッシュ通知を受信するデバイスの名前 */ deviceName: string; /** デバイスを記憶するオプションを表示するかどうか */ showRememberDevice?: boolean; } | null; }
deviceName
string
showRememberDevice?
boolean
null