Type Alias ThemeSkeleton

ThemeSkeleton: IdObjectSkeletonInterface & {
    isDefault: boolean;
    linkedTrees: string[];
    name: string;
}