Type Alias SidSecretTwoFactorChallengeAnswerInput

SidSecretTwoFactorChallengeAnswerInput: {
    secret: Scalars["String"]["input"];
    sid: Scalars["String"]["input"];
}