Interface AddBirthdayChallengeResponse

interface AddBirthdayChallengeResponse {
    bloks_action: string;
    challenge_context: string;
    challenge_type_enum_str: "ADD_BIRTHDAY";
    cni: number;
    flow_render_type: number;
    status: string;
    step_data: AddBirthdayChallengeResponseStepData;
    step_name: "add_birthday";
}

Properties

bloks_action: string
challenge_context: string
challenge_type_enum_str: "ADD_BIRTHDAY"
cni: number
flow_render_type: number
status: string
step_name: "add_birthday"