interface InvalidateTokenResponse {
    'token'?: (string);
}
interface InvalidateTokenResponse__Output {
    'token': (string);
}

export { InvalidateTokenResponse, InvalidateTokenResponse__Output };
