/** * 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'; export declare const Resource: core.serialization.ObjectSchema; export declare namespace Resource { interface Raw { annotations: Record; created_at: string; deleted_at?: string | null; etag: string; id: string; kind: string; labels: Record; modified_at: string; revision: number; } } //# sourceMappingURL=Resource.d.ts.map