@joblist/components - v0.3.4
    Preparing search index...

    Interface Department

    interface Department {
        child_ids: number[];
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    child_ids: number[]

    Array of child department IDs

    id: number

    Department ID

    name: string

    Department name