export interface PermissionHolderAsResponse { /** * The type of permission holder. */ type: string; /** * The identifier of permission holder. */ parameter?: string; /** * Expand options that include additional permission holder details in the response. */ expand?: string; } //# sourceMappingURL=PermissionHolderAsResponse.d.ts.map