UNPKG

bpframework-cli

Version:
13 lines (10 loc) 194 B
'use strict'; /** * Copyright (c) 2022 bpframework Co.,Ltd. All Rights Reserved. * Author: brian.li * Date: 2022-01-23 16:27 * Desc: */ export interface IDemoService { foo(): string; }