pl-api
    Preparing search index...

    Variable storyProfileSchemaConst

    storyProfileSchema: ObjectSchema<
        {
            account: BaseSchema<any, Account, BaseIssue<unknown>>;
            nodes: SchemaWithPipe<
                readonly [
                    SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                    TransformAction<
                        any[],
                        {
                            can_react: boolean;
                            can_reply: boolean;
                            created_at: string;
                            duration: number;
                            expires_at: string;
                            id: string;
                            options?: string[];
                            progress: number;
                            question?: string;
                            seen: boolean;
                            src: string;
                            type: string;
                            view_count: null
                            | number;
                            voted?: boolean;
                            voted_index?: number;
                        }[],
                    >,
                ],
            >;
        },
        undefined,
    > = ...