4 lines
42 B
TypeScript
Raw Normal View History

2019-11-12 18:54:21 +09:00
export interface Urls {
base: string;
}