ISPO SDK
    Preparing search index...

    Variable entityPrivateContentAppendArgsSchemaConst

    Markdown
    entityPrivateContentAppendArgsSchema: ZodObject<
        {
            bytes: ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>;
            entityId: ZodString;
            idempotencyKey: ZodOptional<ZodString>;
            mediaType: ZodString;
            metadata: ZodOptional<
                ZodRecord<
                    ZodString,
                    ZodType<
                        CloudSyncJsonValue,
                        unknown,
                        $ZodTypeInternals<CloudSyncJsonValue, unknown>,
                    >,
                >,
            >;
            slotId: ZodString;
            type: ZodString;
        },
        $strict,
    > = ...

    Local postMessage uses structured-cloned Uint8Array; hosted bulk is later.