pl-api
    Preparing search index...

    Variable conversationSchemaConst

    conversationSchema: ObjectSchema<
        {
            accounts: SchemaWithPipe<
                readonly [
                    SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                    TransformAction<any[], Account[]>,
                ],
            >;
            id: StringSchema<undefined>;
            last_status: SchemaWithFallback<
                NullableSchema<BaseSchema<any, Status, BaseIssue<unknown>>, undefined>,
                null,
            >;
            unread: SchemaWithFallback<BooleanSchema<undefined>, false>;
        },
        undefined,
    > = ...