linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias ProjectUpdateBody

    type ProjectUpdateBody = {
        color_hex?: string | null;
        description?: string | null;
        name?: string | null;
        project_tags?: string[] | null;
        status?: string | null;
    }
    Index
    color_hex?: string | null
    description?: string | null
    name?: string | null
    project_tags?: string[] | null
    status?: string | null