README and Interfaces
Updated the IType interface and the README file that includes installation instructions and usage examples
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
export interface ISubType {
|
||||
types: string[];
|
||||
type: string;
|
||||
}
|
||||
@ -1,3 +1,3 @@
|
||||
export interface ISuperType {
|
||||
types: string[];
|
||||
type: string;
|
||||
}
|
||||
@ -1,7 +1,3 @@
|
||||
export interface IType {
|
||||
type: string;
|
||||
value: string;
|
||||
|
||||
resource(): string;
|
||||
all(): IType[];
|
||||
}
|
||||
Reference in New Issue
Block a user