pl-api
    Preparing search index...

    Variable baseFilterSchemaConst

    baseFilterSchema: ObjectSchema<
        {
            context: ArraySchema<
                PicklistSchema<
                    ["home", "notifications", "public", "thread", "account"],
                    undefined,
                >,
                undefined,
            >;
            expires_at: SchemaWithFallback<
                NullableSchema<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                    >,
                    undefined,
                >,
                null,
            >;
            filter_action: SchemaWithFallback<
                PicklistSchema<["warn", "hide", "blur"], undefined>,
                "warn",
            >;
            id: StringSchema<undefined>;
            keywords: SchemaWithPipe<
                readonly [
                    SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                    TransformAction<
                        any[],
                        { id: string; keyword: string; whole_word: boolean }[],
                    >,
                ],
            >;
            statuses: SchemaWithPipe<
                readonly [
                    SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                    TransformAction<any[], { id: string; status_id: string }[]>,
                ],
            >;
            title: StringSchema<undefined>;
        },
        undefined,
    > = ...