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

    Interface SlugStatus

    The current state of the slug.

    interface SlugStatus {
        available: boolean;
        orgId: string | null;
    }
    Index

    Properties

    Properties

    available: boolean

    Indicates whether the slug is available.

    orgId: string | null

    The organization currently using the slug, if any.