jamespot-user-api
    Preparing search index...

    Variable PublishButtonSectionEntrySchemaConst

    PublishButtonSectionEntrySchema: 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 },
    > = ...