Type Alias WorkspaceDefaultScripts

WorkspaceDefaultScripts: {
    default_script_content?: unknown;
    hidden?: string[];
    order?: string[];
}