update docs/template/typings/api.d.ts.vm.
Signed-off-by: 唐振超 <imtzc@qq.com>
This commit is contained in:
parent
229e00443f
commit
1b3a5d2600
2
docs/template/typings/api.d.ts.vm
vendored
2
docs/template/typings/api.d.ts.vm
vendored
@ -5,6 +5,7 @@
|
|||||||
*
|
*
|
||||||
* backend api module: "${ModuleName}"
|
* backend api module: "${ModuleName}"
|
||||||
*/
|
*/
|
||||||
|
declare namespace Api {
|
||||||
namespace ${ModuleName} {
|
namespace ${ModuleName} {
|
||||||
/** ${businessname} */
|
/** ${businessname} */
|
||||||
type ${BusinessName} = Common.CommonRecord<{
|
type ${BusinessName} = Common.CommonRecord<{
|
||||||
@ -42,3 +43,4 @@ namespace ${ModuleName} {
|
|||||||
/** ${businessname} list */
|
/** ${businessname} list */
|
||||||
type ${BusinessName}List = Api.Common.PaginatingQueryRecord<${BusinessName}>;
|
type ${BusinessName}List = Api.Common.PaginatingQueryRecord<${BusinessName}>;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user