@nycu-sdc/core-system-sdk
    Preparing search index...

    Interface UnitUnit

    interface UnitUnit {
        createdAt: string;
        description: string;
        id: string;
        metadata: UnitUnitMetadata;
        name: string;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    The creation timestamp of the unit or organization

    description: string

    A brief description of the unit or organization

    id: string

    The unit's unique identifier.

    Metadata for the unit or organization, can include additional information like contact details, address, etc.

    name: string

    The name of the unit or organization

    updatedAt: string

    The last updated timestamp of the unit or organization