feat: add getLeaderSchedule api

This commit is contained in:
Justin Starry
2020-07-17 23:16:44 +08:00
committed by Justin Starry
parent 74b4830ba6
commit d0e139ffff
5 changed files with 74 additions and 0 deletions

View File

@ -6,6 +6,7 @@ declare module 'superstruct' {
literal(schema: any): any;
tuple(schema: any): any;
pick(schema: any): any;
record(schema: any): any;
};
declare module.exports: {