default selection is now none
This commit is contained in:
@@ -4,5 +4,6 @@ import { IDocumentable } from './IDocumentable';
|
||||
export interface IScript extends IEntity<string>, IDocumentable {
|
||||
readonly name: string;
|
||||
readonly code: string;
|
||||
readonly isRecommended: boolean;
|
||||
readonly documentationUrls: ReadonlyArray<string>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user