5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
import IamBase from "./IamBase";
|
|
declare class Iam extends IamBase {
|
|
}
|
|
export = Iam;
|