interface InvalidateAuthorizationCodeResponse {
    'code'?: (string);
}
interface InvalidateAuthorizationCodeResponse__Output {
    'code': (string);
}

export { InvalidateAuthorizationCodeResponse, InvalidateAuthorizationCodeResponse__Output };
