mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-12 07:14:14 +00:00
✨ policies table
This commit is contained in:
@@ -14,6 +14,9 @@ export type GetMaintenanceInfoResponse = {
|
||||
|
||||
export type ListResourcePoliciesResponse = PaginatedResponse<{
|
||||
policies: Array<
|
||||
Pick<ResourcePolicy, "resourcePolicyId" | "niceId" | "name" | "orgId">
|
||||
Pick<
|
||||
ResourcePolicy,
|
||||
"resourcePolicyId" | "niceId" | "name" | "orgId" | "isDefault"
|
||||
>
|
||||
>;
|
||||
}>;
|
||||
|
||||
Reference in New Issue
Block a user