4 lines
49 B
TypeScript
4 lines
49 B
TypeScript
|
|
export interface Options {
|
||
|
|
object: string;
|
||
|
|
}
|