pl-api
    Preparing search index...

    Variable notificationRequestSchemaConst

    notificationRequestSchema: ObjectSchema<
        {
            account: BaseSchema<any, Account, BaseIssue<unknown>>;
            created_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
            id: StringSchema<undefined>;
            last_status: SchemaWithFallback<
                OptionalSchema<BaseSchema<any, Status, BaseIssue<unknown>>, undefined>,
                undefined,
            >;
            notifications_count: SchemaWithPipe<
                readonly [UnknownSchema, TransformAction<any, string>],
            >;
            updated_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
        },
        undefined,
    > = ...