pl-api
    Preparing search index...

    Variable suggestionSchemaConst

    suggestionSchema: SchemaWithPipe<
        readonly [
            AnySchema,
            TransformAction<any, any>,
            ObjectSchema<
                {
                    account: BaseSchema<any, Account, BaseIssue<unknown>>;
                    source: SchemaWithFallback<
                        NullableSchema<StringSchema<undefined>, undefined>,
                        null,
                    >;
                    sources: SchemaWithFallback<
                        ArraySchema<StringSchema<undefined>, undefined>,
                        readonly [],
                    >;
                },
                undefined,
            >,
        ],
    > = ...