pastebin/js/views/editor/types.ts

7 lines
118 B
TypeScript
Raw Normal View History

2019-10-14 05:22:04 +00:00
export interface Wrapper {
identifier: string,
label: string,
isAsm: boolean,
isFormatter: boolean,
}