pastebin/js/views/editor/types.ts
2019-10-14 11:03:48 +02:00

7 lines
118 B
TypeScript

export interface Wrapper {
identifier: string,
label: string,
isAsm: boolean,
isFormatter: boolean,
}