mainSampleQuery$data: {
    sample: {
        __typename: "ImageSample";
        aspectRatio: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "PointCloudSample";
        aspectRatio: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "ThreeDSample";
        aspectRatio: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "VideoSample";
        aspectRatio: number;
        frameNumber: number;
        frameRate: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "%other";
    } | null;
}

Type declaration

  • Readonly sample: {
        __typename: "ImageSample";
        aspectRatio: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "PointCloudSample";
        aspectRatio: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "ThreeDSample";
        aspectRatio: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "VideoSample";
        aspectRatio: number;
        frameNumber: number;
        frameRate: number;
        id: string;
        sample: object;
        urls: ReadonlyArray<{
            field: string;
            url: string | null;
        }>;
    } | {
        __typename: "%other";
    } | null

Generated using TypeDoc