Type Alias UpdateResourceTypeData

UpdateResourceTypeData: {
    path: string;
    requestBody: EditResourceType;
    workspace: string;
}

Type declaration

  • path: string
  • requestBody: EditResourceType

    updated resource_type

  • workspace: string