Type alias BaseSystemType

BaseSystemType: {
    itemId: string | null;
    name: string | null;
    page: string | null;
    sumState: SumState | null;
}

Type declaration

  • itemId: string | null

    The item id

  • name: string | null

    The item name

  • page: string | null

    The item page

  • sumState: SumState | null

    The item sumstate

Generated using TypeDoc