Circle V2 API Docs
    Preparing search index...

    Type Alias ListFacilitiesInOrganizationParams

    type ListFacilitiesInOrganizationParams = {
        entityId: EntityId;
        limit?: number;
        offset?: number;
        search?: string;
    }
    Index

    Properties

    entityId: EntityId
    limit?: number
    offset?: number
    search?: string