Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/facilities/list-in-organization.query
listInOrganization
Variable listInOrganization
Const
listInOrganization
:
QueryProcedure
<
{
input
:
{
cursor
?:
number
;
limit
?:
number
;
offset
?:
number
;
search
?:
string
;
}
;
meta
:
object
;
output
:
PaginatedResponse
<
{
id
:
FacilityId
;
name
:
string
}
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...