MyInterface
Hierarchy
- MyInterface
Index
Methods
Methods
myMethod
▸ myMethod(arg: string): string
Parameters:
| Name | Type |
|---|---|
arg | string |
Returns: string
▸ myMethod(arg: string): string
Parameters:
| Name | Type |
|---|---|
arg | string |
Returns: string
myOtherMethod
▸ myOtherMethod(arg: number): number
Parameters:
| Name | Type |
|---|---|
arg | number |
Returns: number
▸ myOtherMethod(arg: number): number
Parameters:
| Name | Type |
|---|---|
arg | number |
Returns: number