interface GetSmsCodeResponse {
    data: { action: string };
}

Properties

Properties

data: { action: string }