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

    Interface SlugHistory

    The usage history of the slug.

    interface SlugHistory {
        endedAt: string | null;
        orgId: string;
        orgName: string;
        startedAt: string;
    }
    Index

    Properties

    endedAt: string | null

    The timestamp when the organization stopped using the slug, if applicable.

    orgId: string

    The unique identifier of the organization that used the slug.

    orgName: string

    The name of the organization that used the slug.

    startedAt: string

    The timestamp when the organization started using the slug.