export interface ScreenMembersOnDeviceCodeConfirmation extends ScreenMembers { data: { textCode: string; } | null; }