interface ValidateTokenResponse {
    'token'?: (string);
}
interface ValidateTokenResponse__Output {
    'token': (string);
}

export { ValidateTokenResponse, ValidateTokenResponse__Output };
