jira.js
    Preparing search index...

    Variable CardLayoutSchemaConst

    CardLayoutSchema: ZodObject<
        {
            showDaysInColumn: ZodOptional<
                ZodCustom<
                    "false"
                    | "true"
                    | string & {},
                    "false" | "true" | string & {},
                >,
            >;
        },
        $loose,
    > = ...

    Card layout configuration.