core-utils
    Preparing search index...

    Interface UpsertWorkplaceResponse

    Response after workplace upsert.

    interface UpsertWorkplaceResponse {
        workplaceId: string;
    }
    Index
    workplaceId: string

    The workplace's unique identifier.