lsync API
    Preparing search index...

    Variable webSocketAttachmentSchemaConst

    webSocketAttachmentSchema: ZodObject<
        {
            auth: ZodOptional<ZodRecord<ZodString, ZodUnknown>>;
            clientId: ZodString;
            connectedAt: ZodNumber;
            subscriptions: ZodDefault<ZodArray<ZodString>>;
        },
        $strip,
    > = ...