pl-api
    Preparing search index...

    Variable partialStatusSchemaConst

    partialStatusSchema: Omit<
        ObjectSchema<
            {
                account: BaseSchema<any, Account, BaseIssue<unknown>>;
                application: SchemaWithFallback<
                    NullableSchema<
                        ObjectSchema<
                            {
                                name: StringSchema<undefined>;
                                website: SchemaWithFallback<
                                    NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                    null,
                                >;
                            },
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                approval_status: SchemaWithFallback<
                    NullableSchema<
                        PicklistSchema<["pending", "approval", "rejected"], undefined>,
                        undefined,
                    >,
                    null,
                >;
                bookmark_folder: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                bookmarked: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >,
                    false,
                >;
                card: SchemaWithFallback<
                    NullableSchema<
                        ObjectSchema<
                            {
                                author_name: SchemaWithFallback<StringSchema<undefined>, "">;
                                author_url: SchemaWithFallback<
                                    SchemaWithPipe<readonly [(...), (...)]>,
                                    "",
                                >;
                                authors: SchemaWithPipe<
                                    readonly [
                                        SchemaWithFallback<(...), (...)>,
                                        TransformAction<(...), (...)>,
                                    ],
                                >;
                                blurhash: SchemaWithFallback<
                                    NullableSchema<StringSchema<(...)>, undefined>,
                                    null,
                                >;
                                description: SchemaWithFallback<StringSchema<undefined>, "">;
                                embed_url: SchemaWithFallback<
                                    SchemaWithPipe<readonly [(...), (...)]>,
                                    "",
                                >;
                                height: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                html: SchemaWithFallback<StringSchema<undefined>, "">;
                                image: SchemaWithFallback<
                                    NullableSchema<StringSchema<(...)>, undefined>,
                                    null,
                                >;
                                image_description: SchemaWithFallback<StringSchema<undefined>, "">;
                                provider_name: SchemaWithFallback<StringSchema<undefined>, "">;
                                provider_url: SchemaWithFallback<
                                    SchemaWithPipe<readonly [(...), (...)]>,
                                    "",
                                >;
                                title: SchemaWithFallback<StringSchema<undefined>, "">;
                                type: SchemaWithFallback<
                                    PicklistSchema<[(...), (...), (...), (...)], undefined>,
                                    "link",
                                >;
                                url: SchemaWithPipe<
                                    readonly [StringSchema<(...)>, UrlAction<(...), (...)>],
                                >;
                                width: SchemaWithFallback<NumberSchema<undefined>, 0>;
                            },
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                content: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, TransformAction<string, string>],
                    >,
                    "",
                >;
                content_map: SchemaWithFallback<
                    NullableSchema<
                        RecordSchema<
                            StringSchema<undefined>,
                            StringSchema<undefined>,
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                content_type: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                conversation_id: SchemaWithFallback<
                    OptionalSchema<StringSchema<undefined>, undefined>,
                    undefined,
                >;
                created_at: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                    >,
                    string,
                >;
                direct_conversation_id: SchemaWithFallback<
                    OptionalSchema<StringSchema<undefined>, undefined>,
                    undefined,
                >;
                disliked: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >,
                    false,
                >;
                dislikes_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                edited_at: SchemaWithFallback<
                    NullableSchema<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                        >,
                        undefined,
                    >,
                    null,
                >;
                emoji_reactions: SchemaWithPipe<
                    readonly [
                        SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                        TransformAction<
                            any[],
                            (
                                | {
                                    account_ids: (...)[];
                                    accounts: (...)[];
                                    count: (...) | (...);
                                    me: boolean;
                                    name: string;
                                    static_url: undefined;
                                    url: undefined;
                                }
                                | {
                                    account_ids: (...)[];
                                    accounts: (...)[];
                                    count: (...) | (...);
                                    me: boolean;
                                    name: string;
                                    static_url: string;
                                    url: string;
                                }
                            )[],
                        >,
                    ],
                >;
                emojis: SchemaWithPipe<
                    readonly [
                        SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                        TransformAction<
                            any[],
                            {
                                category: null
                                | string;
                                shortcode: string;
                                static_url: string;
                                url: string;
                                visible_in_picker: boolean;
                            }[],
                        >,
                    ],
                >;
                event: SchemaWithFallback<
                    NullableSchema<
                        ObjectSchema<
                            {
                                end_time: SchemaWithFallback<
                                    NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                    null,
                                >;
                                join_mode: SchemaWithFallback<
                                    NullableSchema<PicklistSchema<(...), (...)>, undefined>,
                                    null,
                                >;
                                join_state: SchemaWithFallback<
                                    NullableSchema<PicklistSchema<(...), (...)>, undefined>,
                                    null,
                                >;
                                location: SchemaWithFallback<
                                    NullableSchema<ObjectSchema<(...), (...)>, undefined>,
                                    null,
                                >;
                                name: SchemaWithFallback<StringSchema<undefined>, "">;
                                participants_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                start_time: SchemaWithFallback<
                                    NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                    null,
                                >;
                            },
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                expires_at: SchemaWithFallback<
                    OptionalSchema<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                        >,
                        undefined,
                    >,
                    undefined,
                >;
                favourited: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >,
                    false,
                >;
                favourites_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                filtered: SchemaWithPipe<
                    readonly [
                        SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                        TransformAction<
                            any[],
                            {
                                filter: {
                                    context: (...)[];
                                    expires_at: (...) | (...);
                                    filter_action: (...) | (...) | (...);
                                    id: string;
                                    title: string;
                                };
                                keyword_matches: null
                                | string;
                                status_matches: null | string;
                            }[],
                        >,
                    ],
                >;
                group: SchemaWithFallback<
                    NullableSchema<
                        SchemaWithPipe<
                            readonly [
                                AnySchema,
                                TransformAction<any, any>,
                                ObjectSchema<
                                    {
                                        avatar: SchemaWithFallback<(...), (...)>;
                                        avatar_description: SchemaWithFallback<(...), (...)>;
                                        avatar_static: SchemaWithFallback<(...), (...)>;
                                        created_at: SchemaWithFallback<(...), (...)>;
                                        display_name: SchemaWithFallback<(...), (...)>;
                                        domain: SchemaWithFallback<(...), (...)>;
                                        emojis: SchemaWithPipe<(...)>;
                                        header: SchemaWithFallback<(...), (...)>;
                                        header_description: SchemaWithFallback<(...), (...)>;
                                        header_static: SchemaWithFallback<(...), (...)>;
                                        id: SchemaWithPipe<(...)>;
                                        locked: SchemaWithFallback<(...), (...)>;
                                        members_count: SchemaWithFallback<(...), (...)>;
                                        membership_required: SchemaWithFallback<(...), (...)>;
                                        note: SchemaWithFallback<(...), (...)>;
                                        owner: SchemaWithFallback<(...), (...)>;
                                        relationship: SchemaWithFallback<(...), (...)>;
                                        statuses_visibility: SchemaWithFallback<(...), (...)>;
                                        uri: SchemaWithFallback<(...), (...)>;
                                        url: SchemaWithFallback<(...), (...)>;
                                    },
                                    undefined,
                                >,
                            ],
                        >,
                        undefined,
                    >,
                    null,
                >;
                id: StringSchema<undefined>;
                in_reply_to_account_acct: SchemaWithFallback<
                    OptionalSchema<StringSchema<undefined>, undefined>,
                    undefined,
                >;
                in_reply_to_account_id: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                in_reply_to_id: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                interaction_policy: ObjectSchema<
                    {
                        can_favourite: ObjectSchema<
                            {
                                always: SchemaWithFallback<
                                    ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                    readonly ["public", "me"],
                                >;
                                with_approval: SchemaWithFallback<
                                    ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                    readonly [],
                                >;
                            },
                            undefined,
                        >;
                        can_reblog: ObjectSchema<
                            {
                                always: SchemaWithFallback<
                                    ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                    readonly ["public", "me"],
                                >;
                                with_approval: SchemaWithFallback<
                                    ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                    readonly [],
                                >;
                            },
                            undefined,
                        >;
                        can_reply: ObjectSchema<
                            {
                                always: SchemaWithFallback<
                                    ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                    readonly ["public", "me"],
                                >;
                                with_approval: SchemaWithFallback<
                                    ArraySchema<PicklistSchema<(...), (...)>, undefined>,
                                    readonly [],
                                >;
                            },
                            undefined,
                        >;
                    },
                    undefined,
                >;
                language: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                list_id: SchemaWithFallback<
                    NullableSchema<NumberSchema<undefined>, undefined>,
                    null,
                >;
                local: SchemaWithFallback<
                    OptionalSchema<BooleanSchema<undefined>, undefined>,
                    undefined,
                >;
                media_attachments: SchemaWithPipe<
                    readonly [
                        SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                        TransformAction<
                            any[],
                            (
                                | {
                                    blurhash: (...)
                                    | (...);
                                    description: string;
                                    id: string;
                                    meta: { focus?: ...; original?: ...; small?: ... };
                                    mime_type: (...) | (...);
                                    preview_url: string;
                                    remote_url: (...) | (...);
                                    type: "image";
                                    url: string;
                                }
                                | {
                                    blurhash: (...)
                                    | (...);
                                    description: string;
                                    id: string;
                                    meta: { duration?: ...; original?: ...; small?: ... };
                                    mime_type: (...) | (...);
                                    preview_url: string;
                                    remote_url: (...) | (...);
                                    type: "video";
                                    url: string;
                                }
                                | {
                                    blurhash: (...)
                                    | (...);
                                    description: string;
                                    id: string;
                                    meta: { duration?: ...; focus?: ...; original?: ... };
                                    mime_type: (...) | (...);
                                    preview_url: string;
                                    remote_url: (...) | (...);
                                    type: "gifv";
                                    url: string;
                                }
                                | {
                                    blurhash: (...)
                                    | (...);
                                    description: string;
                                    id: string;
                                    meta: { colors?: ...; duration?: ...; original?: ... };
                                    mime_type: (...) | (...);
                                    preview_url: string;
                                    remote_url: (...) | (...);
                                    type: "audio";
                                    url: string;
                                }
                                | {
                                    blurhash: (...)
                                    | (...);
                                    description: string;
                                    id: string;
                                    mime_type: (...) | (...);
                                    preview_url: string;
                                    remote_url: (...) | (...);
                                    type: "unknown";
                                    url: string;
                                }
                            )[],
                        >,
                    ],
                >;
                mentions: SchemaWithPipe<
                    readonly [
                        SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                        TransformAction<
                            any[],
                            { acct: string; id: string; url: string; username: string }[],
                        >,
                    ],
                >;
                muted: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >,
                    false,
                >;
                parent_visible: SchemaWithFallback<
                    OptionalSchema<BooleanSchema<undefined>, undefined>,
                    undefined,
                >;
                pinned: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >,
                    false,
                >;
                pinned_at: SchemaWithFallback<
                    NullableSchema<
                        SchemaWithPipe<
                            readonly [StringSchema<undefined>, RegexAction<string, undefined>],
                        >,
                        undefined,
                    >,
                    null,
                >;
                poll: SchemaWithFallback<
                    NullableSchema<
                        ObjectSchema<
                            {
                                emojis: SchemaWithPipe<
                                    readonly [
                                        SchemaWithFallback<(...), (...)>,
                                        TransformAction<(...), (...)>,
                                    ],
                                >;
                                expired: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                expires_at: SchemaWithFallback<
                                    NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                    null,
                                >;
                                id: StringSchema<undefined>;
                                multiple: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                non_anonymous: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                options: SchemaWithPipe<
                                    readonly [
                                        ArraySchema<(...), (...)>,
                                        MinLengthAction<(...), (...), (...)>,
                                    ],
                                >;
                                own_votes: SchemaWithFallback<
                                    NullableSchema<SchemaWithPipe<(...)>, undefined>,
                                    null,
                                >;
                                voted: SchemaWithFallback<BooleanSchema<undefined>, false>;
                                voters_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                                votes_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                            },
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                quote: SchemaWithFallback<
                    NullableSchema<
                        LazySchema<
                            UnionSchema<
                                [
                                    ObjectSchema<{ state: ...; status: ... }, undefined>,
                                    ObjectSchema<{ state: ...; status_id: ... }, undefined>,
                                ],
                                undefined,
                            >,
                        >,
                        undefined,
                    >,
                    null,
                >;
                quote_id: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                quote_url: SchemaWithFallback<
                    OptionalSchema<StringSchema<undefined>, undefined>,
                    undefined,
                >;
                quote_visible: SchemaWithFallback<
                    OptionalSchema<BooleanSchema<undefined>, undefined>,
                    undefined,
                >;
                quotes_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                reblog: SchemaWithFallback<
                    NullableSchema<
                        LazySchema<BaseSchema<any, Status, BaseIssue<unknown>>>,
                        undefined,
                    >,
                    null,
                >;
                reblogged: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [UnknownSchema, TransformAction<unknown, boolean>],
                    >,
                    false,
                >;
                reblogs_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                replies_count: SchemaWithFallback<NumberSchema<undefined>, 0>;
                rss_feed: SchemaWithFallback<
                    NullableSchema<
                        ObjectSchema<
                            {
                                description: SchemaWithFallback<
                                    NullableSchema<StringSchema<(...)>, undefined>,
                                    null,
                                >;
                                id: StringSchema<undefined>;
                                image_url: SchemaWithFallback<
                                    NullableSchema<StringSchema<(...)>, undefined>,
                                    null,
                                >;
                                title: SchemaWithFallback<
                                    NullableSchema<StringSchema<(...)>, undefined>,
                                    null,
                                >;
                                url: StringSchema<undefined>;
                            },
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                scheduled_at: SchemaWithFallback<NullSchema<undefined>, null>;
                sensitive: SchemaWithPipe<
                    readonly [UnknownSchema, TransformAction<unknown, boolean>],
                >;
                spoiler_text: SchemaWithFallback<StringSchema<undefined>, "">;
                spoiler_text_map: SchemaWithFallback<
                    NullableSchema<
                        RecordSchema<
                            StringSchema<undefined>,
                            StringSchema<undefined>,
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                tags: SchemaWithPipe<
                    readonly [
                        SchemaWithFallback<ArraySchema<AnySchema, undefined>, readonly []>,
                        TransformAction<
                            any[],
                            {
                                following?: boolean;
                                history: null
                                | (...)[];
                                name: string;
                                total: null | number;
                                url: string;
                            }[],
                        >,
                    ],
                >;
                text: SchemaWithFallback<
                    NullableSchema<StringSchema<undefined>, undefined>,
                    null,
                >;
                text_map: SchemaWithFallback<
                    NullableSchema<
                        RecordSchema<
                            StringSchema<undefined>,
                            StringSchema<undefined>,
                            undefined,
                        >,
                        undefined,
                    >,
                    null,
                >;
                thread_muted: SchemaWithFallback<
                    OptionalSchema<BooleanSchema<undefined>, undefined>,
                    undefined,
                >;
                translation: SchemaWithFallback<
                    UnionSchema<
                        [
                            NullableSchema<
                                SchemaWithPipe<
                                    readonly [
                                        AnySchema,
                                        TransformAction<(...), (...)>,
                                        ObjectSchema<(...), (...)>,
                                    ],
                                >,
                                undefined,
                            >,
                            LiteralSchema<false, undefined>,
                        ],
                        undefined,
                    >,
                    null,
                >;
                uri: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, UrlAction<string, undefined>],
                    >,
                    "",
                >;
                url: SchemaWithFallback<
                    SchemaWithPipe<
                        readonly [StringSchema<undefined>, UrlAction<string, undefined>],
                    >,
                    "",
                >;
                visibility: SchemaWithFallback<StringSchema<undefined>, "public">;
            },
            undefined,
        >,
        "~types"
        | "~run"
        | "~standard"
        | "entries",
    > & {
        "~run": (
            dataset: UnknownDataset,
            config: Config<BaseIssue<unknown>>,
        ) => OutputDataset<
            {
                account?: Account;
                application?: null
                | { name: string; website: null | string };
                approval_status?: null | "rejected" | "pending" | "approval";
                bookmark_folder?: null | string;
                bookmarked?: boolean;
                card?:
                    | null
                    | {
                        author_name: string;
                        author_url: string;
                        authors: { account: null
                        | Account; name: string; url: string }[];
                        blurhash: null | string;
                        description: string;
                        embed_url: string;
                        height: number;
                        html: string;
                        image: null | string;
                        image_description: string;
                        provider_name: string;
                        provider_url: string;
                        title: string;
                        type: "link" | "video" | "photo" | "rich";
                        url: string;
                        width: number;
                    };
                content?: string;
                content_map?: null
                | { [key: string]: string };
                content_type?: null | string;
                conversation_id?: string;
                created_at?: string;
                direct_conversation_id?: string;
                disliked?: boolean;
                dislikes_count?: number;
                edited_at?: null | string;
                emoji_reactions?: (
                    | {
                        account_ids: string[];
                        accounts: Account[];
                        count: null
                        | number;
                        me: boolean;
                        name: string;
                        static_url: undefined;
                        url: undefined;
                    }
                    | {
                        account_ids: string[];
                        accounts: Account[];
                        count: null
                        | number;
                        me: boolean;
                        name: string;
                        static_url: string;
                        url: string;
                    }
                )[];
                emojis?: {
                    category: null
                    | string;
                    shortcode: string;
                    static_url: string;
                    url: string;
                    visible_in_picker: boolean;
                }[];
                event?: | null
                | {
                    end_time: null
                    | string;
                    join_mode: null | "free" | "restricted" | "invite" | "external";
                    join_state: null | "pending" | "reject" | "accept";
                    location:
                        | null
                        | {
                            country: string;
                            latitude: null
                            | number;
                            locality: string;
                            longitude: null | number;
                            name: string;
                            postal_code: string;
                            region: string;
                            street: string;
                            url: string;
                        };
                    name: string;
                    participants_count: number;
                    start_time: null
                    | string;
                };
                expires_at?: string;
                favourited?: boolean;
                favourites_count?: number;
                filtered?: {
                    filter: {
                        context: ((...) | (...) | (...) | (...) | (...))[];
                        expires_at: null | string;
                        filter_action: "warn" | "hide" | "blur";
                        id: string;
                        title: string;
                    };
                    keyword_matches: null
                    | string;
                    status_matches: null | string;
                }[];
                group?: | null
                | {
                    avatar: string;
                    avatar_description: string;
                    avatar_static: string;
                    created_at: string;
                    display_name: string;
                    domain: string;
                    emojis: {
                        category: null
                        | string;
                        shortcode: string;
                        static_url: string;
                        url: string;
                        visible_in_picker: boolean;
                    }[];
                    header: string;
                    header_description: string;
                    header_static: string;
                    id: string;
                    locked: boolean;
                    members_count: number;
                    membership_required: boolean;
                    note: string;
                    owner: null
                    | { id: string };
                    relationship:
                        | null
                        | { id: string; member: boolean; requested: boolean; role: GroupRoles };
                    statuses_visibility: string;
                    uri: string;
                    url: string;
                };
                id?: string;
                in_reply_to_account_acct?: string;
                in_reply_to_account_id?: null
                | string;
                in_reply_to_id?: null | string;
                interaction_policy?: {
                    can_favourite: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reblog: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reply: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                };
                language?: null
                | string;
                list_id?: null | number;
                local?: boolean;
                media_attachments?: (
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            focus?: (...) | (...);
                            original?: (...) | (...);
                            small?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "image";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            duration?: (...) | (...);
                            original?: (...) | (...);
                            small?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "video";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            duration?: (...) | (...);
                            focus?: (...) | (...);
                            original?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "gifv";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            colors?: (...) | (...);
                            duration?: (...) | (...);
                            original?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "audio";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        mime_type: null | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "unknown";
                        url: string;
                    }
                )[];
                mentions?: { acct: string; id: string; url: string; username: string }[];
                muted?: boolean;
                parent_visible?: boolean;
                pinned?: boolean;
                pinned_at?: null | string;
                poll?:
                    | null
                    | {
                        emojis: {
                            category: null
                            | string;
                            shortcode: string;
                            static_url: string;
                            url: string;
                            visible_in_picker: boolean;
                        }[];
                        expired: boolean;
                        expires_at: null
                        | string;
                        id: string;
                        multiple: boolean;
                        non_anonymous: boolean;
                        options: {
                            title: string;
                            title_map: null | { [key: ...]: ... };
                            votes_count: number;
                        }[];
                        own_votes: null
                        | number[];
                        voted: boolean;
                        voters_count: number;
                        votes_count: number;
                    };
                quote?: | null
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status: null
                    | Status;
                }
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status_id: null
                    | string;
                };
                quote_id?: null
                | string;
                quote_url?: string;
                quote_visible?: boolean;
                quotes_count?: number;
                reblog?: null | Status;
                reblogged?: boolean;
                reblogs_count?: number;
                replies_count?: number;
                rss_feed?:
                    | null
                    | {
                        description: null
                        | string;
                        id: string;
                        image_url: null | string;
                        title: null | string;
                        url: string;
                    };
                scheduled_at?: null;
                sensitive?: boolean;
                spoiler_text?: string;
                spoiler_text_map?: null
                | { [key: string]: string };
                tags?: {
                    following?: boolean;
                    history: null | { accounts: ...; day: ...; uses: ... }[];
                    name: string;
                    total: null | number;
                    url: string;
                }[];
                text?: null
                | string;
                text_map?: null | { [key: string]: string };
                thread_muted?: boolean;
                translation?:
                    | null
                    | false
                    | {
                        content: string;
                        detected_source_language: string;
                        id: null
                        | string;
                        media_attachments: { description: string; id: string }[];
                        poll?: { id: string; options: { title: ... }[] };
                        provider: null | string;
                        spoiler_text: string;
                    };
                uri?: string;
                url?: string;
                visibility?: string;
            },
            | StringIssue
            | BaseIssue<unknown>
            | BooleanIssue
            | ObjectIssue
            | RegexIssue<string>
            | ArrayIssue
            | UrlIssue<string>
            | NumberIssue
            | PicklistIssue
            | RecordIssue
            | EnumIssue
            | LiteralIssue
            | MinLengthIssue<
                {
                    title: string;
                    title_map: null
                    | { [key: string]: string };
                    votes_count: number;
                }[],
                2,
            >
            | MinLengthIssue<number[], 1>
            | NullIssue
            | UnionIssue<StringIssue | ObjectIssue | ArrayIssue | LiteralIssue>
            | UnionIssue<
                StringIssue
                | BaseIssue<unknown>
                | ObjectIssue
                | PicklistIssue,
            >,
        >;
        "~standard": StandardProps<
            {
                account?: any;
                application?: null
                | { name: string; website: null | string };
                approval_status?: null | "rejected" | "pending" | "approval";
                bookmark_folder?: null | string;
                bookmarked?: unknown;
                card?:
                    | null
                    | {
                        author_name: string;
                        author_url: string;
                        authors: any[];
                        blurhash: null
                        | string;
                        description: string;
                        embed_url: string;
                        height: number;
                        html: string;
                        image: null | string;
                        image_description: string;
                        provider_name: string;
                        provider_url: string;
                        title: string;
                        type: "link" | "video" | "photo" | "rich";
                        url: string;
                        width: number;
                    };
                content?: string;
                content_map?: null
                | { [key: string]: string };
                content_type?: null | string;
                conversation_id?: string;
                created_at?: string;
                direct_conversation_id?: string;
                disliked?: unknown;
                dislikes_count?: number;
                edited_at?: null | string;
                emoji_reactions?: any[];
                emojis?: any[];
                event?:
                    | null
                    | {
                        end_time: null
                        | string;
                        join_mode: null | "free" | "restricted" | "invite" | "external";
                        join_state: null | "pending" | "reject" | "accept";
                        location:
                            | null
                            | {
                                country: string;
                                latitude: null
                                | number;
                                locality: string;
                                longitude: null | number;
                                name: string;
                                postal_code: string;
                                region: string;
                                street: string;
                                url: string;
                            };
                        name: string;
                        participants_count: number;
                        start_time: null
                        | string;
                    };
                expires_at?: string;
                favourited?: unknown;
                favourites_count?: number;
                filtered?: any[];
                group?: any;
                id?: string;
                in_reply_to_account_acct?: string;
                in_reply_to_account_id?: null
                | string;
                in_reply_to_id?: null | string;
                interaction_policy?: {
                    can_favourite: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reblog: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reply: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                };
                language?: null
                | string;
                list_id?: null | number;
                local?: boolean;
                media_attachments?: any[];
                mentions?: any[];
                muted?: unknown;
                parent_visible?: boolean;
                pinned?: unknown;
                pinned_at?: null | string;
                poll?:
                    | null
                    | {
                        emojis: any[];
                        expired: boolean;
                        expires_at: null
                        | string;
                        id: string;
                        multiple: boolean;
                        non_anonymous: boolean;
                        options: {
                            title: string;
                            title_map: null | { [key: string]: string };
                            votes_count: number;
                        }[];
                        own_votes: null
                        | number[];
                        voted: boolean;
                        voters_count: number;
                        votes_count: number;
                    };
                quote?: | null
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status: any;
                }
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status_id: null
                    | string;
                };
                quote_id?: null
                | string;
                quote_url?: string;
                quote_visible?: boolean;
                quotes_count?: number;
                reblog?: any;
                reblogged?: unknown;
                reblogs_count?: number;
                replies_count?: number;
                rss_feed?:
                    | null
                    | {
                        description: null
                        | string;
                        id: string;
                        image_url: null | string;
                        title: null | string;
                        url: string;
                    };
                scheduled_at?: null;
                sensitive?: unknown;
                spoiler_text?: string;
                spoiler_text_map?: null
                | { [key: string]: string };
                tags?: any[];
                text?: null | string;
                text_map?: null | { [key: string]: string };
                thread_muted?: boolean;
                translation?: any;
                uri?: string;
                url?: string;
                visibility?: string;
            },
            {
                account?: Account;
                application?: null
                | { name: string; website: null | string };
                approval_status?: null | "rejected" | "pending" | "approval";
                bookmark_folder?: null | string;
                bookmarked?: boolean;
                card?:
                    | null
                    | {
                        author_name: string;
                        author_url: string;
                        authors: { account: null
                        | Account; name: string; url: string }[];
                        blurhash: null | string;
                        description: string;
                        embed_url: string;
                        height: number;
                        html: string;
                        image: null | string;
                        image_description: string;
                        provider_name: string;
                        provider_url: string;
                        title: string;
                        type: "link" | "video" | "photo" | "rich";
                        url: string;
                        width: number;
                    };
                content?: string;
                content_map?: null
                | { [key: string]: string };
                content_type?: null | string;
                conversation_id?: string;
                created_at?: string;
                direct_conversation_id?: string;
                disliked?: boolean;
                dislikes_count?: number;
                edited_at?: null | string;
                emoji_reactions?: (
                    | {
                        account_ids: string[];
                        accounts: Account[];
                        count: null
                        | number;
                        me: boolean;
                        name: string;
                        static_url: undefined;
                        url: undefined;
                    }
                    | {
                        account_ids: string[];
                        accounts: Account[];
                        count: null
                        | number;
                        me: boolean;
                        name: string;
                        static_url: string;
                        url: string;
                    }
                )[];
                emojis?: {
                    category: null
                    | string;
                    shortcode: string;
                    static_url: string;
                    url: string;
                    visible_in_picker: boolean;
                }[];
                event?: | null
                | {
                    end_time: null
                    | string;
                    join_mode: null | "free" | "restricted" | "invite" | "external";
                    join_state: null | "pending" | "reject" | "accept";
                    location:
                        | null
                        | {
                            country: string;
                            latitude: null
                            | number;
                            locality: string;
                            longitude: null | number;
                            name: string;
                            postal_code: string;
                            region: string;
                            street: string;
                            url: string;
                        };
                    name: string;
                    participants_count: number;
                    start_time: null
                    | string;
                };
                expires_at?: string;
                favourited?: boolean;
                favourites_count?: number;
                filtered?: {
                    filter: {
                        context: (
                            "public"
                            | "account"
                            | "home"
                            | "notifications"
                            | "thread"
                        )[];
                        expires_at: null | string;
                        filter_action: "warn" | "hide" | "blur";
                        id: string;
                        title: string;
                    };
                    keyword_matches: null
                    | string;
                    status_matches: null | string;
                }[];
                group?: | null
                | {
                    avatar: string;
                    avatar_description: string;
                    avatar_static: string;
                    created_at: string;
                    display_name: string;
                    domain: string;
                    emojis: {
                        category: null
                        | string;
                        shortcode: string;
                        static_url: string;
                        url: string;
                        visible_in_picker: boolean;
                    }[];
                    header: string;
                    header_description: string;
                    header_static: string;
                    id: string;
                    locked: boolean;
                    members_count: number;
                    membership_required: boolean;
                    note: string;
                    owner: null
                    | { id: string };
                    relationship:
                        | null
                        | { id: string; member: boolean; requested: boolean; role: GroupRoles };
                    statuses_visibility: string;
                    uri: string;
                    url: string;
                };
                id?: string;
                in_reply_to_account_acct?: string;
                in_reply_to_account_id?: null
                | string;
                in_reply_to_id?: null | string;
                interaction_policy?: {
                    can_favourite: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reblog: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reply: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                };
                language?: null
                | string;
                list_id?: null | number;
                local?: boolean;
                media_attachments?: (
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            focus?: { x: ...; y: ... };
                            original?: { aspect: ...; height: ...; size: ...; width: ... };
                            small?: { aspect: ...; height: ...; size: ...; width: ... };
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "image";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            duration?: number;
                            original?: {
                                aspect: ...;
                                duration: ...;
                                frame_rate: ...;
                                height: ...;
                                size: ...;
                                width: ...;
                            };
                            small?: { aspect: ...; height: ...; size: ...; width: ... };
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "video";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            duration?: number;
                            focus?: { x: ...; y: ... };
                            original?: { aspect: ...; height: ...; size: ...; width: ... };
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "gifv";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            colors?: {
                                accent?: ...;
                                background?: ...;
                                duration?: ...;
                                foreground?: ...;
                            };
                            duration?: number;
                            original?: { bitrate?: ...; duration?: ... };
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "audio";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        mime_type: null | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "unknown";
                        url: string;
                    }
                )[];
                mentions?: { acct: string; id: string; url: string; username: string }[];
                muted?: boolean;
                parent_visible?: boolean;
                pinned?: boolean;
                pinned_at?: null | string;
                poll?:
                    | null
                    | {
                        emojis: {
                            category: null
                            | string;
                            shortcode: string;
                            static_url: string;
                            url: string;
                            visible_in_picker: boolean;
                        }[];
                        expired: boolean;
                        expires_at: null
                        | string;
                        id: string;
                        multiple: boolean;
                        non_anonymous: boolean;
                        options: {
                            title: string;
                            title_map: null | { [key: string]: string };
                            votes_count: number;
                        }[];
                        own_votes: null
                        | number[];
                        voted: boolean;
                        voters_count: number;
                        votes_count: number;
                    };
                quote?: | null
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status: null
                    | Status;
                }
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status_id: null
                    | string;
                };
                quote_id?: null
                | string;
                quote_url?: string;
                quote_visible?: boolean;
                quotes_count?: number;
                reblog?: null | Status;
                reblogged?: boolean;
                reblogs_count?: number;
                replies_count?: number;
                rss_feed?:
                    | null
                    | {
                        description: null
                        | string;
                        id: string;
                        image_url: null | string;
                        title: null | string;
                        url: string;
                    };
                scheduled_at?: null;
                sensitive?: boolean;
                spoiler_text?: string;
                spoiler_text_map?: null
                | { [key: string]: string };
                tags?: {
                    following?: boolean;
                    history: null | { accounts: number; day: number; uses: number }[];
                    name: string;
                    total: null | number;
                    url: string;
                }[];
                text?: null
                | string;
                text_map?: null | { [key: string]: string };
                thread_muted?: boolean;
                translation?:
                    | null
                    | false
                    | {
                        content: string;
                        detected_source_language: string;
                        id: null
                        | string;
                        media_attachments: { description: string; id: string }[];
                        poll?: { id: string; options: { title: string }[] };
                        provider: null | string;
                        spoiler_text: string;
                    };
                uri?: string;
                url?: string;
                visibility?: string;
            },
        >;
        "~types"?: {
            input: {
                account?: any;
                application?: null
                | { name: string; website: null | string };
                approval_status?: null | "rejected" | "pending" | "approval";
                bookmark_folder?: null | string;
                bookmarked?: unknown;
                card?:
                    | null
                    | {
                        author_name: string;
                        author_url: string;
                        authors: any[];
                        blurhash: null
                        | string;
                        description: string;
                        embed_url: string;
                        height: number;
                        html: string;
                        image: null | string;
                        image_description: string;
                        provider_name: string;
                        provider_url: string;
                        title: string;
                        type: "link" | "video" | "photo" | "rich";
                        url: string;
                        width: number;
                    };
                content?: string;
                content_map?: null
                | { [key: string]: string };
                content_type?: null | string;
                conversation_id?: string;
                created_at?: string;
                direct_conversation_id?: string;
                disliked?: unknown;
                dislikes_count?: number;
                edited_at?: null | string;
                emoji_reactions?: any[];
                emojis?: any[];
                event?:
                    | null
                    | {
                        end_time: null
                        | string;
                        join_mode: null | "free" | "restricted" | "invite" | "external";
                        join_state: null | "pending" | "reject" | "accept";
                        location:
                            | null
                            | {
                                country: string;
                                latitude: null
                                | number;
                                locality: string;
                                longitude: null | number;
                                name: string;
                                postal_code: string;
                                region: string;
                                street: string;
                                url: string;
                            };
                        name: string;
                        participants_count: number;
                        start_time: null
                        | string;
                    };
                expires_at?: string;
                favourited?: unknown;
                favourites_count?: number;
                filtered?: any[];
                group?: any;
                id?: string;
                in_reply_to_account_acct?: string;
                in_reply_to_account_id?: null
                | string;
                in_reply_to_id?: null | string;
                interaction_policy?: {
                    can_favourite: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reblog: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reply: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                };
                language?: null
                | string;
                list_id?: null | number;
                local?: boolean;
                media_attachments?: any[];
                mentions?: any[];
                muted?: unknown;
                parent_visible?: boolean;
                pinned?: unknown;
                pinned_at?: null | string;
                poll?:
                    | null
                    | {
                        emojis: any[];
                        expired: boolean;
                        expires_at: null
                        | string;
                        id: string;
                        multiple: boolean;
                        non_anonymous: boolean;
                        options: {
                            title: string;
                            title_map: null | { [key: ...]: ... };
                            votes_count: number;
                        }[];
                        own_votes: null
                        | number[];
                        voted: boolean;
                        voters_count: number;
                        votes_count: number;
                    };
                quote?: | null
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status: any;
                }
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status_id: null
                    | string;
                };
                quote_id?: null
                | string;
                quote_url?: string;
                quote_visible?: boolean;
                quotes_count?: number;
                reblog?: any;
                reblogged?: unknown;
                reblogs_count?: number;
                replies_count?: number;
                rss_feed?:
                    | null
                    | {
                        description: null
                        | string;
                        id: string;
                        image_url: null | string;
                        title: null | string;
                        url: string;
                    };
                scheduled_at?: null;
                sensitive?: unknown;
                spoiler_text?: string;
                spoiler_text_map?: null
                | { [key: string]: string };
                tags?: any[];
                text?: null | string;
                text_map?: null | { [key: string]: string };
                thread_muted?: boolean;
                translation?: any;
                uri?: string;
                url?: string;
                visibility?: string;
            };
            issue: | StringIssue
            | BaseIssue<unknown>
            | BooleanIssue
            | ObjectIssue
            | RegexIssue<string>
            | ArrayIssue
            | UrlIssue<string>
            | NumberIssue
            | PicklistIssue
            | RecordIssue
            | EnumIssue
            | LiteralIssue
            | MinLengthIssue<
                {
                    title: string;
                    title_map: null
                    | { [key: string]: string };
                    votes_count: number;
                }[],
                2,
            >
            | MinLengthIssue<number[], 1>
            | NullIssue
            | UnionIssue<StringIssue | ObjectIssue | ArrayIssue | LiteralIssue>
            | UnionIssue<
                StringIssue
                | BaseIssue<unknown>
                | ObjectIssue
                | PicklistIssue,
            >;
            output: {
                account?: Account;
                application?: null | { name: string; website: null | string };
                approval_status?: null | "rejected" | "pending" | "approval";
                bookmark_folder?: null | string;
                bookmarked?: boolean;
                card?:
                    | null
                    | {
                        author_name: string;
                        author_url: string;
                        authors: { account: null
                        | Account; name: string; url: string }[];
                        blurhash: null | string;
                        description: string;
                        embed_url: string;
                        height: number;
                        html: string;
                        image: null | string;
                        image_description: string;
                        provider_name: string;
                        provider_url: string;
                        title: string;
                        type: "link" | "video" | "photo" | "rich";
                        url: string;
                        width: number;
                    };
                content?: string;
                content_map?: null
                | { [key: string]: string };
                content_type?: null | string;
                conversation_id?: string;
                created_at?: string;
                direct_conversation_id?: string;
                disliked?: boolean;
                dislikes_count?: number;
                edited_at?: null | string;
                emoji_reactions?: (
                    | {
                        account_ids: string[];
                        accounts: Account[];
                        count: null
                        | number;
                        me: boolean;
                        name: string;
                        static_url: undefined;
                        url: undefined;
                    }
                    | {
                        account_ids: string[];
                        accounts: Account[];
                        count: null
                        | number;
                        me: boolean;
                        name: string;
                        static_url: string;
                        url: string;
                    }
                )[];
                emojis?: {
                    category: null
                    | string;
                    shortcode: string;
                    static_url: string;
                    url: string;
                    visible_in_picker: boolean;
                }[];
                event?: | null
                | {
                    end_time: null
                    | string;
                    join_mode: null | "free" | "restricted" | "invite" | "external";
                    join_state: null | "pending" | "reject" | "accept";
                    location:
                        | null
                        | {
                            country: string;
                            latitude: null
                            | number;
                            locality: string;
                            longitude: null | number;
                            name: string;
                            postal_code: string;
                            region: string;
                            street: string;
                            url: string;
                        };
                    name: string;
                    participants_count: number;
                    start_time: null
                    | string;
                };
                expires_at?: string;
                favourited?: boolean;
                favourites_count?: number;
                filtered?: {
                    filter: {
                        context: ((...) | (...) | (...) | (...) | (...))[];
                        expires_at: null | string;
                        filter_action: "warn" | "hide" | "blur";
                        id: string;
                        title: string;
                    };
                    keyword_matches: null
                    | string;
                    status_matches: null | string;
                }[];
                group?: | null
                | {
                    avatar: string;
                    avatar_description: string;
                    avatar_static: string;
                    created_at: string;
                    display_name: string;
                    domain: string;
                    emojis: {
                        category: null
                        | string;
                        shortcode: string;
                        static_url: string;
                        url: string;
                        visible_in_picker: boolean;
                    }[];
                    header: string;
                    header_description: string;
                    header_static: string;
                    id: string;
                    locked: boolean;
                    members_count: number;
                    membership_required: boolean;
                    note: string;
                    owner: null
                    | { id: string };
                    relationship:
                        | null
                        | { id: string; member: boolean; requested: boolean; role: GroupRoles };
                    statuses_visibility: string;
                    uri: string;
                    url: string;
                };
                id?: string;
                in_reply_to_account_acct?: string;
                in_reply_to_account_id?: null
                | string;
                in_reply_to_id?: null | string;
                interaction_policy?: {
                    can_favourite: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reblog: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                    can_reply: {
                        always: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                        with_approval: (
                            | "following"
                            | "public"
                            | "me"
                            | "followers"
                            | "mutuals"
                            | "mentioned"
                            | "author"
                        )[];
                    };
                };
                language?: null
                | string;
                list_id?: null | number;
                local?: boolean;
                media_attachments?: (
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            focus?: (...) | (...);
                            original?: (...) | (...);
                            small?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "image";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            duration?: (...) | (...);
                            original?: (...) | (...);
                            small?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "video";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            duration?: (...) | (...);
                            focus?: (...) | (...);
                            original?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "gifv";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        meta: {
                            colors?: (...) | (...);
                            duration?: (...) | (...);
                            original?: (...) | (...);
                        };
                        mime_type: null
                        | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "audio";
                        url: string;
                    }
                    | {
                        blurhash: null
                        | string;
                        description: string;
                        id: string;
                        mime_type: null | string;
                        preview_url: string;
                        remote_url: null | string;
                        type: "unknown";
                        url: string;
                    }
                )[];
                mentions?: { acct: string; id: string; url: string; username: string }[];
                muted?: boolean;
                parent_visible?: boolean;
                pinned?: boolean;
                pinned_at?: null | string;
                poll?:
                    | null
                    | {
                        emojis: {
                            category: null
                            | string;
                            shortcode: string;
                            static_url: string;
                            url: string;
                            visible_in_picker: boolean;
                        }[];
                        expired: boolean;
                        expires_at: null
                        | string;
                        id: string;
                        multiple: boolean;
                        non_anonymous: boolean;
                        options: {
                            title: string;
                            title_map: null | { [key: ...]: ... };
                            votes_count: number;
                        }[];
                        own_votes: null
                        | number[];
                        voted: boolean;
                        voters_count: number;
                        votes_count: number;
                    };
                quote?: | null
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status: null
                    | Status;
                }
                | {
                    state: | "rejected"
                    | "pending"
                    | "accepted"
                    | "revoked"
                    | "deleted"
                    | "unauthorized";
                    status_id: null
                    | string;
                };
                quote_id?: null
                | string;
                quote_url?: string;
                quote_visible?: boolean;
                quotes_count?: number;
                reblog?: null | Status;
                reblogged?: boolean;
                reblogs_count?: number;
                replies_count?: number;
                rss_feed?:
                    | null
                    | {
                        description: null
                        | string;
                        id: string;
                        image_url: null | string;
                        title: null | string;
                        url: string;
                    };
                scheduled_at?: null;
                sensitive?: boolean;
                spoiler_text?: string;
                spoiler_text_map?: null
                | { [key: string]: string };
                tags?: {
                    following?: boolean;
                    history: null | { accounts: ...; day: ...; uses: ... }[];
                    name: string;
                    total: null | number;
                    url: string;
                }[];
                text?: null
                | string;
                text_map?: null | { [key: string]: string };
                thread_muted?: boolean;
                translation?:
                    | null
                    | false
                    | {
                        content: string;
                        detected_source_language: string;
                        id: null
                        | string;
                        media_attachments: { description: string; id: string }[];
                        poll?: { id: string; options: { title: ... }[] };
                        provider: null | string;
                        spoiler_text: string;
                    };
                uri?: string;
                url?: string;
                visibility?: string;
            };
        };
        entries: PartialEntries$1<TEntries, TKeys>;
    } = ...

    Type declaration

    • Readonly Internal~run: (
          dataset: UnknownDataset,
          config: Config<BaseIssue<unknown>>,
      ) => OutputDataset<
          {
              account?: Account;
              application?: null
              | { name: string; website: null | string };
              approval_status?: null | "rejected" | "pending" | "approval";
              bookmark_folder?: null | string;
              bookmarked?: boolean;
              card?:
                  | null
                  | {
                      author_name: string;
                      author_url: string;
                      authors: { account: null
                      | Account; name: string; url: string }[];
                      blurhash: null | string;
                      description: string;
                      embed_url: string;
                      height: number;
                      html: string;
                      image: null | string;
                      image_description: string;
                      provider_name: string;
                      provider_url: string;
                      title: string;
                      type: "link" | "video" | "photo" | "rich";
                      url: string;
                      width: number;
                  };
              content?: string;
              content_map?: null
              | { [key: string]: string };
              content_type?: null | string;
              conversation_id?: string;
              created_at?: string;
              direct_conversation_id?: string;
              disliked?: boolean;
              dislikes_count?: number;
              edited_at?: null | string;
              emoji_reactions?: (
                  | {
                      account_ids: string[];
                      accounts: Account[];
                      count: null
                      | number;
                      me: boolean;
                      name: string;
                      static_url: undefined;
                      url: undefined;
                  }
                  | {
                      account_ids: string[];
                      accounts: Account[];
                      count: null
                      | number;
                      me: boolean;
                      name: string;
                      static_url: string;
                      url: string;
                  }
              )[];
              emojis?: {
                  category: null
                  | string;
                  shortcode: string;
                  static_url: string;
                  url: string;
                  visible_in_picker: boolean;
              }[];
              event?: | null
              | {
                  end_time: null
                  | string;
                  join_mode: null | "free" | "restricted" | "invite" | "external";
                  join_state: null | "pending" | "reject" | "accept";
                  location:
                      | null
                      | {
                          country: string;
                          latitude: null
                          | number;
                          locality: string;
                          longitude: null | number;
                          name: string;
                          postal_code: string;
                          region: string;
                          street: string;
                          url: string;
                      };
                  name: string;
                  participants_count: number;
                  start_time: null
                  | string;
              };
              expires_at?: string;
              favourited?: boolean;
              favourites_count?: number;
              filtered?: {
                  filter: {
                      context: ((...) | (...) | (...) | (...) | (...))[];
                      expires_at: null | string;
                      filter_action: "warn" | "hide" | "blur";
                      id: string;
                      title: string;
                  };
                  keyword_matches: null
                  | string;
                  status_matches: null | string;
              }[];
              group?: | null
              | {
                  avatar: string;
                  avatar_description: string;
                  avatar_static: string;
                  created_at: string;
                  display_name: string;
                  domain: string;
                  emojis: {
                      category: null
                      | string;
                      shortcode: string;
                      static_url: string;
                      url: string;
                      visible_in_picker: boolean;
                  }[];
                  header: string;
                  header_description: string;
                  header_static: string;
                  id: string;
                  locked: boolean;
                  members_count: number;
                  membership_required: boolean;
                  note: string;
                  owner: null
                  | { id: string };
                  relationship:
                      | null
                      | { id: string; member: boolean; requested: boolean; role: GroupRoles };
                  statuses_visibility: string;
                  uri: string;
                  url: string;
              };
              id?: string;
              in_reply_to_account_acct?: string;
              in_reply_to_account_id?: null
              | string;
              in_reply_to_id?: null | string;
              interaction_policy?: {
                  can_favourite: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reblog: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reply: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
              };
              language?: null
              | string;
              list_id?: null | number;
              local?: boolean;
              media_attachments?: (
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          focus?: (...) | (...);
                          original?: (...) | (...);
                          small?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "image";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          duration?: (...) | (...);
                          original?: (...) | (...);
                          small?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "video";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          duration?: (...) | (...);
                          focus?: (...) | (...);
                          original?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "gifv";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          colors?: (...) | (...);
                          duration?: (...) | (...);
                          original?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "audio";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      mime_type: null | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "unknown";
                      url: string;
                  }
              )[];
              mentions?: { acct: string; id: string; url: string; username: string }[];
              muted?: boolean;
              parent_visible?: boolean;
              pinned?: boolean;
              pinned_at?: null | string;
              poll?:
                  | null
                  | {
                      emojis: {
                          category: null
                          | string;
                          shortcode: string;
                          static_url: string;
                          url: string;
                          visible_in_picker: boolean;
                      }[];
                      expired: boolean;
                      expires_at: null
                      | string;
                      id: string;
                      multiple: boolean;
                      non_anonymous: boolean;
                      options: {
                          title: string;
                          title_map: null | { [key: ...]: ... };
                          votes_count: number;
                      }[];
                      own_votes: null
                      | number[];
                      voted: boolean;
                      voters_count: number;
                      votes_count: number;
                  };
              quote?: | null
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status: null
                  | Status;
              }
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status_id: null
                  | string;
              };
              quote_id?: null
              | string;
              quote_url?: string;
              quote_visible?: boolean;
              quotes_count?: number;
              reblog?: null | Status;
              reblogged?: boolean;
              reblogs_count?: number;
              replies_count?: number;
              rss_feed?:
                  | null
                  | {
                      description: null
                      | string;
                      id: string;
                      image_url: null | string;
                      title: null | string;
                      url: string;
                  };
              scheduled_at?: null;
              sensitive?: boolean;
              spoiler_text?: string;
              spoiler_text_map?: null
              | { [key: string]: string };
              tags?: {
                  following?: boolean;
                  history: null | { accounts: ...; day: ...; uses: ... }[];
                  name: string;
                  total: null | number;
                  url: string;
              }[];
              text?: null
              | string;
              text_map?: null | { [key: string]: string };
              thread_muted?: boolean;
              translation?:
                  | null
                  | false
                  | {
                      content: string;
                      detected_source_language: string;
                      id: null
                      | string;
                      media_attachments: { description: string; id: string }[];
                      poll?: { id: string; options: { title: ... }[] };
                      provider: null | string;
                      spoiler_text: string;
                  };
              uri?: string;
              url?: string;
              visibility?: string;
          },
          | StringIssue
          | BaseIssue<unknown>
          | BooleanIssue
          | ObjectIssue
          | RegexIssue<string>
          | ArrayIssue
          | UrlIssue<string>
          | NumberIssue
          | PicklistIssue
          | RecordIssue
          | EnumIssue
          | LiteralIssue
          | MinLengthIssue<
              {
                  title: string;
                  title_map: null
                  | { [key: string]: string };
                  votes_count: number;
              }[],
              2,
          >
          | MinLengthIssue<number[], 1>
          | NullIssue
          | UnionIssue<StringIssue | ObjectIssue | ArrayIssue | LiteralIssue>
          | UnionIssue<
              StringIssue
              | BaseIssue<unknown>
              | ObjectIssue
              | PicklistIssue,
          >,
      >

      Parses unknown input.

    • Readonly Internal~standard: StandardProps<
          {
              account?: any;
              application?: null
              | { name: string; website: null | string };
              approval_status?: null | "rejected" | "pending" | "approval";
              bookmark_folder?: null | string;
              bookmarked?: unknown;
              card?:
                  | null
                  | {
                      author_name: string;
                      author_url: string;
                      authors: any[];
                      blurhash: null
                      | string;
                      description: string;
                      embed_url: string;
                      height: number;
                      html: string;
                      image: null | string;
                      image_description: string;
                      provider_name: string;
                      provider_url: string;
                      title: string;
                      type: "link" | "video" | "photo" | "rich";
                      url: string;
                      width: number;
                  };
              content?: string;
              content_map?: null
              | { [key: string]: string };
              content_type?: null | string;
              conversation_id?: string;
              created_at?: string;
              direct_conversation_id?: string;
              disliked?: unknown;
              dislikes_count?: number;
              edited_at?: null | string;
              emoji_reactions?: any[];
              emojis?: any[];
              event?:
                  | null
                  | {
                      end_time: null
                      | string;
                      join_mode: null | "free" | "restricted" | "invite" | "external";
                      join_state: null | "pending" | "reject" | "accept";
                      location:
                          | null
                          | {
                              country: string;
                              latitude: null
                              | number;
                              locality: string;
                              longitude: null | number;
                              name: string;
                              postal_code: string;
                              region: string;
                              street: string;
                              url: string;
                          };
                      name: string;
                      participants_count: number;
                      start_time: null
                      | string;
                  };
              expires_at?: string;
              favourited?: unknown;
              favourites_count?: number;
              filtered?: any[];
              group?: any;
              id?: string;
              in_reply_to_account_acct?: string;
              in_reply_to_account_id?: null
              | string;
              in_reply_to_id?: null | string;
              interaction_policy?: {
                  can_favourite: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reblog: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reply: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
              };
              language?: null
              | string;
              list_id?: null | number;
              local?: boolean;
              media_attachments?: any[];
              mentions?: any[];
              muted?: unknown;
              parent_visible?: boolean;
              pinned?: unknown;
              pinned_at?: null | string;
              poll?:
                  | null
                  | {
                      emojis: any[];
                      expired: boolean;
                      expires_at: null
                      | string;
                      id: string;
                      multiple: boolean;
                      non_anonymous: boolean;
                      options: {
                          title: string;
                          title_map: null | { [key: string]: string };
                          votes_count: number;
                      }[];
                      own_votes: null
                      | number[];
                      voted: boolean;
                      voters_count: number;
                      votes_count: number;
                  };
              quote?: | null
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status: any;
              }
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status_id: null
                  | string;
              };
              quote_id?: null
              | string;
              quote_url?: string;
              quote_visible?: boolean;
              quotes_count?: number;
              reblog?: any;
              reblogged?: unknown;
              reblogs_count?: number;
              replies_count?: number;
              rss_feed?:
                  | null
                  | {
                      description: null
                      | string;
                      id: string;
                      image_url: null | string;
                      title: null | string;
                      url: string;
                  };
              scheduled_at?: null;
              sensitive?: unknown;
              spoiler_text?: string;
              spoiler_text_map?: null
              | { [key: string]: string };
              tags?: any[];
              text?: null | string;
              text_map?: null | { [key: string]: string };
              thread_muted?: boolean;
              translation?: any;
              uri?: string;
              url?: string;
              visibility?: string;
          },
          {
              account?: Account;
              application?: null
              | { name: string; website: null | string };
              approval_status?: null | "rejected" | "pending" | "approval";
              bookmark_folder?: null | string;
              bookmarked?: boolean;
              card?:
                  | null
                  | {
                      author_name: string;
                      author_url: string;
                      authors: { account: null
                      | Account; name: string; url: string }[];
                      blurhash: null | string;
                      description: string;
                      embed_url: string;
                      height: number;
                      html: string;
                      image: null | string;
                      image_description: string;
                      provider_name: string;
                      provider_url: string;
                      title: string;
                      type: "link" | "video" | "photo" | "rich";
                      url: string;
                      width: number;
                  };
              content?: string;
              content_map?: null
              | { [key: string]: string };
              content_type?: null | string;
              conversation_id?: string;
              created_at?: string;
              direct_conversation_id?: string;
              disliked?: boolean;
              dislikes_count?: number;
              edited_at?: null | string;
              emoji_reactions?: (
                  | {
                      account_ids: string[];
                      accounts: Account[];
                      count: null
                      | number;
                      me: boolean;
                      name: string;
                      static_url: undefined;
                      url: undefined;
                  }
                  | {
                      account_ids: string[];
                      accounts: Account[];
                      count: null
                      | number;
                      me: boolean;
                      name: string;
                      static_url: string;
                      url: string;
                  }
              )[];
              emojis?: {
                  category: null
                  | string;
                  shortcode: string;
                  static_url: string;
                  url: string;
                  visible_in_picker: boolean;
              }[];
              event?: | null
              | {
                  end_time: null
                  | string;
                  join_mode: null | "free" | "restricted" | "invite" | "external";
                  join_state: null | "pending" | "reject" | "accept";
                  location:
                      | null
                      | {
                          country: string;
                          latitude: null
                          | number;
                          locality: string;
                          longitude: null | number;
                          name: string;
                          postal_code: string;
                          region: string;
                          street: string;
                          url: string;
                      };
                  name: string;
                  participants_count: number;
                  start_time: null
                  | string;
              };
              expires_at?: string;
              favourited?: boolean;
              favourites_count?: number;
              filtered?: {
                  filter: {
                      context: ("public" | "account" | "home" | "notifications" | "thread")[];
                      expires_at: null | string;
                      filter_action: "warn" | "hide" | "blur";
                      id: string;
                      title: string;
                  };
                  keyword_matches: null
                  | string;
                  status_matches: null | string;
              }[];
              group?: | null
              | {
                  avatar: string;
                  avatar_description: string;
                  avatar_static: string;
                  created_at: string;
                  display_name: string;
                  domain: string;
                  emojis: {
                      category: null
                      | string;
                      shortcode: string;
                      static_url: string;
                      url: string;
                      visible_in_picker: boolean;
                  }[];
                  header: string;
                  header_description: string;
                  header_static: string;
                  id: string;
                  locked: boolean;
                  members_count: number;
                  membership_required: boolean;
                  note: string;
                  owner: null
                  | { id: string };
                  relationship:
                      | null
                      | { id: string; member: boolean; requested: boolean; role: GroupRoles };
                  statuses_visibility: string;
                  uri: string;
                  url: string;
              };
              id?: string;
              in_reply_to_account_acct?: string;
              in_reply_to_account_id?: null
              | string;
              in_reply_to_id?: null | string;
              interaction_policy?: {
                  can_favourite: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reblog: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reply: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
              };
              language?: null
              | string;
              list_id?: null | number;
              local?: boolean;
              media_attachments?: (
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          focus?: { x: ...; y: ... };
                          original?: { aspect: ...; height: ...; size: ...; width: ... };
                          small?: { aspect: ...; height: ...; size: ...; width: ... };
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "image";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          duration?: number;
                          original?: {
                              aspect: ...;
                              duration: ...;
                              frame_rate: ...;
                              height: ...;
                              size: ...;
                              width: ...;
                          };
                          small?: { aspect: ...; height: ...; size: ...; width: ... };
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "video";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          duration?: number;
                          focus?: { x: ...; y: ... };
                          original?: { aspect: ...; height: ...; size: ...; width: ... };
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "gifv";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          colors?: {
                              accent?: ...;
                              background?: ...;
                              duration?: ...;
                              foreground?: ...;
                          };
                          duration?: number;
                          original?: { bitrate?: ...; duration?: ... };
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "audio";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      mime_type: null | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "unknown";
                      url: string;
                  }
              )[];
              mentions?: { acct: string; id: string; url: string; username: string }[];
              muted?: boolean;
              parent_visible?: boolean;
              pinned?: boolean;
              pinned_at?: null | string;
              poll?:
                  | null
                  | {
                      emojis: {
                          category: null
                          | string;
                          shortcode: string;
                          static_url: string;
                          url: string;
                          visible_in_picker: boolean;
                      }[];
                      expired: boolean;
                      expires_at: null
                      | string;
                      id: string;
                      multiple: boolean;
                      non_anonymous: boolean;
                      options: {
                          title: string;
                          title_map: null | { [key: string]: string };
                          votes_count: number;
                      }[];
                      own_votes: null
                      | number[];
                      voted: boolean;
                      voters_count: number;
                      votes_count: number;
                  };
              quote?: | null
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status: null
                  | Status;
              }
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status_id: null
                  | string;
              };
              quote_id?: null
              | string;
              quote_url?: string;
              quote_visible?: boolean;
              quotes_count?: number;
              reblog?: null | Status;
              reblogged?: boolean;
              reblogs_count?: number;
              replies_count?: number;
              rss_feed?:
                  | null
                  | {
                      description: null
                      | string;
                      id: string;
                      image_url: null | string;
                      title: null | string;
                      url: string;
                  };
              scheduled_at?: null;
              sensitive?: boolean;
              spoiler_text?: string;
              spoiler_text_map?: null
              | { [key: string]: string };
              tags?: {
                  following?: boolean;
                  history: null | { accounts: number; day: number; uses: number }[];
                  name: string;
                  total: null | number;
                  url: string;
              }[];
              text?: null
              | string;
              text_map?: null | { [key: string]: string };
              thread_muted?: boolean;
              translation?:
                  | null
                  | false
                  | {
                      content: string;
                      detected_source_language: string;
                      id: null
                      | string;
                      media_attachments: { description: string; id: string }[];
                      poll?: { id: string; options: { title: string }[] };
                      provider: null | string;
                      spoiler_text: string;
                  };
              uri?: string;
              url?: string;
              visibility?: string;
          },
      >

      The Standard Schema properties.

    • Optional Readonly Internal~types?: {
          input: {
              account?: any;
              application?: null | { name: string; website: null | string };
              approval_status?: null | "rejected" | "pending" | "approval";
              bookmark_folder?: null | string;
              bookmarked?: unknown;
              card?:
                  | null
                  | {
                      author_name: string;
                      author_url: string;
                      authors: any[];
                      blurhash: null
                      | string;
                      description: string;
                      embed_url: string;
                      height: number;
                      html: string;
                      image: null | string;
                      image_description: string;
                      provider_name: string;
                      provider_url: string;
                      title: string;
                      type: "link" | "video" | "photo" | "rich";
                      url: string;
                      width: number;
                  };
              content?: string;
              content_map?: null
              | { [key: string]: string };
              content_type?: null | string;
              conversation_id?: string;
              created_at?: string;
              direct_conversation_id?: string;
              disliked?: unknown;
              dislikes_count?: number;
              edited_at?: null | string;
              emoji_reactions?: any[];
              emojis?: any[];
              event?:
                  | null
                  | {
                      end_time: null
                      | string;
                      join_mode: null | "free" | "restricted" | "invite" | "external";
                      join_state: null | "pending" | "reject" | "accept";
                      location:
                          | null
                          | {
                              country: string;
                              latitude: null
                              | number;
                              locality: string;
                              longitude: null | number;
                              name: string;
                              postal_code: string;
                              region: string;
                              street: string;
                              url: string;
                          };
                      name: string;
                      participants_count: number;
                      start_time: null
                      | string;
                  };
              expires_at?: string;
              favourited?: unknown;
              favourites_count?: number;
              filtered?: any[];
              group?: any;
              id?: string;
              in_reply_to_account_acct?: string;
              in_reply_to_account_id?: null
              | string;
              in_reply_to_id?: null | string;
              interaction_policy?: {
                  can_favourite: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reblog: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reply: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
              };
              language?: null
              | string;
              list_id?: null | number;
              local?: boolean;
              media_attachments?: any[];
              mentions?: any[];
              muted?: unknown;
              parent_visible?: boolean;
              pinned?: unknown;
              pinned_at?: null | string;
              poll?:
                  | null
                  | {
                      emojis: any[];
                      expired: boolean;
                      expires_at: null
                      | string;
                      id: string;
                      multiple: boolean;
                      non_anonymous: boolean;
                      options: {
                          title: string;
                          title_map: null | { [key: ...]: ... };
                          votes_count: number;
                      }[];
                      own_votes: null
                      | number[];
                      voted: boolean;
                      voters_count: number;
                      votes_count: number;
                  };
              quote?: | null
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status: any;
              }
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status_id: null
                  | string;
              };
              quote_id?: null
              | string;
              quote_url?: string;
              quote_visible?: boolean;
              quotes_count?: number;
              reblog?: any;
              reblogged?: unknown;
              reblogs_count?: number;
              replies_count?: number;
              rss_feed?:
                  | null
                  | {
                      description: null
                      | string;
                      id: string;
                      image_url: null | string;
                      title: null | string;
                      url: string;
                  };
              scheduled_at?: null;
              sensitive?: unknown;
              spoiler_text?: string;
              spoiler_text_map?: null
              | { [key: string]: string };
              tags?: any[];
              text?: null | string;
              text_map?: null | { [key: string]: string };
              thread_muted?: boolean;
              translation?: any;
              uri?: string;
              url?: string;
              visibility?: string;
          };
          issue: | StringIssue
          | BaseIssue<unknown>
          | BooleanIssue
          | ObjectIssue
          | RegexIssue<string>
          | ArrayIssue
          | UrlIssue<string>
          | NumberIssue
          | PicklistIssue
          | RecordIssue
          | EnumIssue
          | LiteralIssue
          | MinLengthIssue<
              {
                  title: string;
                  title_map: null
                  | { [key: string]: string };
                  votes_count: number;
              }[],
              2,
          >
          | MinLengthIssue<number[], 1>
          | NullIssue
          | UnionIssue<StringIssue | ObjectIssue | ArrayIssue | LiteralIssue>
          | UnionIssue<
              StringIssue
              | BaseIssue<unknown>
              | ObjectIssue
              | PicklistIssue,
          >;
          output: {
              account?: Account;
              application?: null | { name: string; website: null | string };
              approval_status?: null | "rejected" | "pending" | "approval";
              bookmark_folder?: null | string;
              bookmarked?: boolean;
              card?:
                  | null
                  | {
                      author_name: string;
                      author_url: string;
                      authors: { account: null
                      | Account; name: string; url: string }[];
                      blurhash: null | string;
                      description: string;
                      embed_url: string;
                      height: number;
                      html: string;
                      image: null | string;
                      image_description: string;
                      provider_name: string;
                      provider_url: string;
                      title: string;
                      type: "link" | "video" | "photo" | "rich";
                      url: string;
                      width: number;
                  };
              content?: string;
              content_map?: null
              | { [key: string]: string };
              content_type?: null | string;
              conversation_id?: string;
              created_at?: string;
              direct_conversation_id?: string;
              disliked?: boolean;
              dislikes_count?: number;
              edited_at?: null | string;
              emoji_reactions?: (
                  | {
                      account_ids: string[];
                      accounts: Account[];
                      count: null
                      | number;
                      me: boolean;
                      name: string;
                      static_url: undefined;
                      url: undefined;
                  }
                  | {
                      account_ids: string[];
                      accounts: Account[];
                      count: null
                      | number;
                      me: boolean;
                      name: string;
                      static_url: string;
                      url: string;
                  }
              )[];
              emojis?: {
                  category: null
                  | string;
                  shortcode: string;
                  static_url: string;
                  url: string;
                  visible_in_picker: boolean;
              }[];
              event?: | null
              | {
                  end_time: null
                  | string;
                  join_mode: null | "free" | "restricted" | "invite" | "external";
                  join_state: null | "pending" | "reject" | "accept";
                  location:
                      | null
                      | {
                          country: string;
                          latitude: null
                          | number;
                          locality: string;
                          longitude: null | number;
                          name: string;
                          postal_code: string;
                          region: string;
                          street: string;
                          url: string;
                      };
                  name: string;
                  participants_count: number;
                  start_time: null
                  | string;
              };
              expires_at?: string;
              favourited?: boolean;
              favourites_count?: number;
              filtered?: {
                  filter: {
                      context: ((...) | (...) | (...) | (...) | (...))[];
                      expires_at: null | string;
                      filter_action: "warn" | "hide" | "blur";
                      id: string;
                      title: string;
                  };
                  keyword_matches: null
                  | string;
                  status_matches: null | string;
              }[];
              group?: | null
              | {
                  avatar: string;
                  avatar_description: string;
                  avatar_static: string;
                  created_at: string;
                  display_name: string;
                  domain: string;
                  emojis: {
                      category: null
                      | string;
                      shortcode: string;
                      static_url: string;
                      url: string;
                      visible_in_picker: boolean;
                  }[];
                  header: string;
                  header_description: string;
                  header_static: string;
                  id: string;
                  locked: boolean;
                  members_count: number;
                  membership_required: boolean;
                  note: string;
                  owner: null
                  | { id: string };
                  relationship:
                      | null
                      | { id: string; member: boolean; requested: boolean; role: GroupRoles };
                  statuses_visibility: string;
                  uri: string;
                  url: string;
              };
              id?: string;
              in_reply_to_account_acct?: string;
              in_reply_to_account_id?: null
              | string;
              in_reply_to_id?: null | string;
              interaction_policy?: {
                  can_favourite: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reblog: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
                  can_reply: {
                      always: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                      with_approval: (
                          | "following"
                          | "public"
                          | "me"
                          | "followers"
                          | "mutuals"
                          | "mentioned"
                          | "author"
                      )[];
                  };
              };
              language?: null
              | string;
              list_id?: null | number;
              local?: boolean;
              media_attachments?: (
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          focus?: (...) | (...);
                          original?: (...) | (...);
                          small?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "image";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          duration?: (...) | (...);
                          original?: (...) | (...);
                          small?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "video";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          duration?: (...) | (...);
                          focus?: (...) | (...);
                          original?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "gifv";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      meta: {
                          colors?: (...) | (...);
                          duration?: (...) | (...);
                          original?: (...) | (...);
                      };
                      mime_type: null
                      | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "audio";
                      url: string;
                  }
                  | {
                      blurhash: null
                      | string;
                      description: string;
                      id: string;
                      mime_type: null | string;
                      preview_url: string;
                      remote_url: null | string;
                      type: "unknown";
                      url: string;
                  }
              )[];
              mentions?: { acct: string; id: string; url: string; username: string }[];
              muted?: boolean;
              parent_visible?: boolean;
              pinned?: boolean;
              pinned_at?: null | string;
              poll?:
                  | null
                  | {
                      emojis: {
                          category: null
                          | string;
                          shortcode: string;
                          static_url: string;
                          url: string;
                          visible_in_picker: boolean;
                      }[];
                      expired: boolean;
                      expires_at: null
                      | string;
                      id: string;
                      multiple: boolean;
                      non_anonymous: boolean;
                      options: {
                          title: string;
                          title_map: null | { [key: ...]: ... };
                          votes_count: number;
                      }[];
                      own_votes: null
                      | number[];
                      voted: boolean;
                      voters_count: number;
                      votes_count: number;
                  };
              quote?: | null
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status: null
                  | Status;
              }
              | {
                  state: | "rejected"
                  | "pending"
                  | "accepted"
                  | "revoked"
                  | "deleted"
                  | "unauthorized";
                  status_id: null
                  | string;
              };
              quote_id?: null
              | string;
              quote_url?: string;
              quote_visible?: boolean;
              quotes_count?: number;
              reblog?: null | Status;
              reblogged?: boolean;
              reblogs_count?: number;
              replies_count?: number;
              rss_feed?:
                  | null
                  | {
                      description: null
                      | string;
                      id: string;
                      image_url: null | string;
                      title: null | string;
                      url: string;
                  };
              scheduled_at?: null;
              sensitive?: boolean;
              spoiler_text?: string;
              spoiler_text_map?: null
              | { [key: string]: string };
              tags?: {
                  following?: boolean;
                  history: null | { accounts: ...; day: ...; uses: ... }[];
                  name: string;
                  total: null | number;
                  url: string;
              }[];
              text?: null
              | string;
              text_map?: null | { [key: string]: string };
              thread_muted?: boolean;
              translation?:
                  | null
                  | false
                  | {
                      content: string;
                      detected_source_language: string;
                      id: null
                      | string;
                      media_attachments: { description: string; id: string }[];
                      poll?: { id: string; options: { title: ... }[] };
                      provider: null | string;
                      spoiler_text: string;
                  };
              uri?: string;
              url?: string;
              visibility?: string;
          };
      }

      The input, output and issue type.

    • Readonlyentries: PartialEntries$1<TEntries, TKeys>

      The object entries.