@archastro/sdk
    Preparing search index...

    Variable taskCommentSchemaConst

    taskCommentSchema: ZodObject<
        {
            author_actor: ZodOptional<
                ZodObject<
                    {
                        alias: ZodOptional<ZodNullable<ZodString>>;
                        id: ZodOptional<ZodNullable<ZodString>>;
                        name: ZodOptional<ZodNullable<ZodString>>;
                        profile_picture: ZodOptional<
                            ZodNullable<
                                ZodObject<
                                    {
                                        file: ZodOptional<ZodNullable<(...)>>;
                                        height: ZodOptional<ZodNullable<(...)>>;
                                        media: ZodOptional<ZodNullable<(...)>>;
                                        mime_type: ZodOptional<ZodNullable<(...)>>;
                                        refresh_url: ZodOptional<ZodNullable<(...)>>;
                                        url: ZodOptional<ZodNullable<(...)>>;
                                        width: ZodOptional<ZodNullable<(...)>>;
                                    },
                                    "strip",
                                    ZodTypeAny,
                                    {
                                        file?: string
                                        | null;
                                        height?: number | null;
                                        media?: string | null;
                                        mime_type?: string | null;
                                        refresh_url?: string | null;
                                        url?: string | null;
                                        width?: number | null;
                                    },
                                    {
                                        file?: string
                                        | null;
                                        height?: number | null;
                                        media?: string | null;
                                        mime_type?: string | null;
                                        refresh_url?: string | null;
                                        url?: string | null;
                                        width?: number | null;
                                    },
                                >,
                            >,
                        >;
                    },
                    "strip",
                    ZodTypeAny,
                    {
                        alias?: string
                        | null;
                        id?: string | null;
                        name?: string | null;
                        profile_picture?:
                            | {
                                file?: string
                                | null;
                                height?: number | null;
                                media?: string | null;
                                mime_type?: string | null;
                                refresh_url?: string | null;
                                url?: string | null;
                                width?: number | null;
                            }
                            | null;
                    },
                    {
                        alias?: string
                        | null;
                        id?: string | null;
                        name?: string | null;
                        profile_picture?:
                            | {
                                file?: string
                                | null;
                                height?: number | null;
                                media?: string | null;
                                mime_type?: string | null;
                                refresh_url?: string | null;
                                url?: string | null;
                                width?: number | null;
                            }
                            | null;
                    },
                >,
            >;
            author_agent: ZodOptional<ZodString>;
            author_user: ZodOptional<ZodString>;
            body: ZodString;
            created_at: ZodOptional<ZodString>;
            id: ZodString;
            org: ZodOptional<ZodString>;
            sandbox: ZodOptional<ZodString>;
            task: ZodOptional<ZodString>;
            team: ZodOptional<ZodString>;
            updated_at: ZodOptional<ZodString>;
        },
        "strip",
        ZodTypeAny,
        {
            author_actor?: {
                alias?: string
                | null;
                id?: string | null;
                name?: string | null;
                profile_picture?:
                    | {
                        file?: string
                        | null;
                        height?: number | null;
                        media?: string | null;
                        mime_type?: string | null;
                        refresh_url?: string | null;
                        url?: string | null;
                        width?: number | null;
                    }
                    | null;
            };
            author_agent?: string;
            author_user?: string;
            body: string;
            created_at?: string;
            id: string;
            org?: string;
            sandbox?: string;
            task?: string;
            team?: string;
            updated_at?: string;
        },
        {
            author_actor?: {
                alias?: string
                | null;
                id?: string | null;
                name?: string | null;
                profile_picture?:
                    | {
                        file?: string
                        | null;
                        height?: number | null;
                        media?: string | null;
                        mime_type?: string | null;
                        refresh_url?: string | null;
                        url?: string | null;
                        width?: number | null;
                    }
                    | null;
            };
            author_agent?: string;
            author_user?: string;
            body: string;
            created_at?: string;
            id: string;
            org?: string;
            sandbox?: string;
            task?: string;
            team?: string;
            updated_at?: string;
        },
    > = ...

    Runtime validator for TaskComment.