export interface ScreenMembersOnDeviceCodeConfirmation extends ScreenMembers { data: { textCode: string; } | null; }
Was this page helpful?