jamespot-user-api
    Preparing search index...

    Variable PublishButtonSectionsSchemaConst

    PublishButtonSectionsSchema: ZodArray<
        ZodObject<
            {
                entries: ZodArray<
                    ZodObject<
                        {
                            dialog: ZodBoolean;
                            favorite: ZodBoolean;
                            type: ZodString;
                            url: ZodOptional<ZodString>;
                        },
                        "strip",
                        ZodTypeAny,
                        { dialog: boolean; favorite: boolean; type: string; url?: string },
                        { dialog: boolean; favorite: boolean; type: string; url?: string },
                    >,
                    "many",
                >;
                label: ZodString;
            },
            "strip",
            ZodTypeAny,
            {
                entries: {
                    dialog: boolean;
                    favorite: boolean;
                    type: string;
                    url?: string;
                }[];
                label: string;
            },
            {
                entries: {
                    dialog: boolean;
                    favorite: boolean;
                    type: string;
                    url?: string;
                }[];
                label: string;
            },
        >,
        "many",
    > = ...