导出了Schema供外层引用
This commit is contained in:
parent
54922935a6
commit
1406effce5
|
|
@ -65,7 +65,7 @@ export interface EntityShape {
|
|||
$$updateAt$$: number | Date;
|
||||
$$deleteAt$$?: number | Date | null;
|
||||
}
|
||||
interface GeneralEntityShape extends EntityShape {
|
||||
export interface GeneralEntityShape extends EntityShape {
|
||||
[K: string]: any;
|
||||
}
|
||||
export declare type MakeAction<A extends string> = A;
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export interface EntityShape {
|
|||
$$deleteAt$$?: number | Date | null;
|
||||
}
|
||||
|
||||
interface GeneralEntityShape extends EntityShape {
|
||||
export interface GeneralEntityShape extends EntityShape {
|
||||
[K: string]: any;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue