Type Alias ScriptTypeSkeleton

ScriptTypeSkeleton: AmConfigEntityInterface & {
    defaultScript: string;
    languages: string[];
}