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

    Type Alias unitGetOrgByIdResponse200

    Get a specific unit with the slug of its organization by its unique identifier

    type unitGetOrgByIdResponse200 = {
        data: UnitOrganization;
        status: 200;
    }
    Index

    Properties

    Properties

    status: 200