ResourceKind:
    | "object"
    | "mesh"
    | "geometry"
    | "material"
    | "texture"
    | "transform"

Kind of resource a resourceId refers to. Surfaced by findResourceLabel so a UI can pick the right icon / category colour for the row without parsing the issue's code prefix.