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