migrate to typescript
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export interface TypeAndName {
|
||||
readonly type: number;
|
||||
readonly name: string;
|
||||
}
|
||||
|
||||
export interface TypeAndDisplayName {
|
||||
readonly type: number;
|
||||
readonly displayName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user