V3.resources property
Signature:
resources?: {
[k: string]: {
children?: string[] | undefined;
id: string;
name: string;
options: {
[k: string]: unknown | undefined;
};
parent?: (string | null) | undefined;
type: "button" | "button_group" | "decal" | "fabric";
} | undefined;
} | undefined;