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

    Type Alias unitGetUnitByIdResponse200

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

    type unitGetUnitByIdResponse200 = {
        data: UnitUnit;
        status: 200;
    }
    Index

    Properties

    Properties

    data: UnitUnit
    status: 200