interface CreateAuthorizationCodeResponse {
    'code'?: (string);
}
interface CreateAuthorizationCodeResponse__Output {
    'code': (string);
}

export { CreateAuthorizationCodeResponse, CreateAuthorizationCodeResponse__Output };
