ISPO SDK
    Preparing search index...

    Variable entityPrivateContentProjectionSchemaConst

    Markdown
    entityPrivateContentProjectionSchema: ZodObject<
        {
            byteLength: ZodNumber;
            contentId: ZodString;
            createdAt: ZodString;
            entityId: ZodString;
            mediaType: ZodString;
            metadata: ZodOptional<
                ZodRecord<
                    ZodString,
                    ZodType<
                        CloudSyncJsonValue,
                        unknown,
                        $ZodTypeInternals<CloudSyncJsonValue, unknown>,
                    >,
                >,
            >;
            redactedAt: ZodOptional<ZodString>;
            sha256: ZodString;
            slotId: ZodString;
            type: ZodString;
        },
        $strict,
    > = ...