UNPKG

create-snippet

Version:
6 lines (5 loc) 122 B
export interface InterfaceConfig<TypeConfig> { init: () => void; get: () => TypeConfig[]; help: () => void; }