3 lines
48 B
TypeScript
Executable file
3 lines
48 B
TypeScript
Executable file
export interface Schema {
|
|
project?: string;
|
|
}
|