/** * This file was auto-generated by Fern from our API Definition. */ import * as Truvity from '../../../../../api/index'; import * as core from '../../../../../core'; import * as serializers from '../../../../index'; import { SupportRequestCreateRequestType } from '../../types/SupportRequestCreateRequestType'; export declare const SupportRequestCreateRequest: core.serialization.Schema; export declare namespace SupportRequestCreateRequest { interface Raw { message: string; type: SupportRequestCreateRequestType.Raw; } } //# sourceMappingURL=SupportRequestCreateRequest.d.ts.map