2 lines
70 B
TypeScript
2 lines
70 B
TypeScript
export declare type AssetCallback = (err: any, content: any) => void;
|
export declare type AssetCallback = (err: any, content: any) => void;
|