4 lines
42 B
TypeScript
4 lines
42 B
TypeScript
|
export interface Urls {
|
||
|
base: string;
|
||
|
}
|