@cpod/sdk - v0.2.7
    Preparing search index...

    Interface Category

    Category object

    interface Category {
        id: string;
        name: string;
        description?: string;
        can_visible?: boolean;
        can_edit?: boolean;
        is_project?: boolean;
        groups?: string[] | null;
        created_at?: string;
        updated_at?: string;
    }
    Index

    Properties

    id: string
    name: string
    description?: string
    can_visible?: boolean
    can_edit?: boolean
    is_project?: boolean
    groups?: string[] | null
    created_at?: string
    updated_at?: string