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

    Interface UnitCreateOrgRequest

    interface UnitCreateOrgRequest {
        description: string;
        metadata: UnitCreateOrgRequestMetadata;
        name: string;
        slug: string;
    }
    Index

    Properties

    description: string

    A brief description of the unit or organization

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

    name: string

    The name of the unit or organization

    slug: string