module
module: ((arg0) => {
active: boolean;
client: string;
data: string;
})
Type declaration
-
- (arg0): {
active: boolean;
client: string;
data: string;
}
-
Returns {
active: boolean;
client: string;
data: string;
}
-
active: boolean
-
client: string
-
data: string