pl-api
    Preparing search index...

    Variable interactionRequestSchemaConst

    interactionRequestSchema: ObjectSchema<
        {
            accepted_at: SchemaWithFallback<
                NullableSchema<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                    >,
                    undefined,
                >,
                null,
            >;
            account: BaseSchema<any, Account, BaseIssue<unknown>>;
            created_at: SchemaWithPipe<
                readonly [StringSchema<undefined>, RegexAction<string, undefined>],
            >;
            id: StringSchema<undefined>;
            rejected_at: SchemaWithFallback<
                NullableSchema<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                    >,
                    undefined,
                >,
                null,
            >;
            reply: SchemaWithFallback<
                NullableSchema<BaseSchema<any, Status, BaseIssue<unknown>>, undefined>,
                null,
            >;
            status: SchemaWithFallback<
                NullableSchema<BaseSchema<any, Status, BaseIssue<unknown>>, undefined>,
                null,
            >;
            type: PicklistSchema<["favourite", "reply", "reblog"], undefined>;
            uri: SchemaWithFallback<
                NullableSchema<StringSchema<undefined>, undefined>,
                null,
            >;
        },
        undefined,
    > = ...