V9.resources property
Signature:
resources: {
[k: string]: {
id: string;
metadata: {
[k: string]: unknown | undefined;
};
options: {
[k: string]: unknown | undefined;
};
sources: {
[k: string]: unknown | undefined;
};
type: "decal" | "graphic" | "legacy_button" | "legacy_button_group" | "material" | "pattern" | "test" | "text";
} | undefined;
};