pl-api
    Preparing search index...

    Variable previewCardAuthorSchemaConst

    previewCardAuthorSchema: ObjectSchema<
        {
            account: SchemaWithFallback<
                NullableSchema<
                    BaseSchema<any, Account, BaseIssue<unknown>>,
                    undefined,
                >,
                null,
            >;
            name: StringSchema<undefined>;
            url: SchemaWithPipe<
                readonly [StringSchema<undefined>, UrlAction<string, undefined>],
            >;
        },
        undefined,
    > = ...