File size: 114 Bytes
5679415
 
 
 
 
 
1
2
3
4
5
6
7
export interface Config {
    Model?: string;
    Space?: string;
    Paper?: string;
    DisplayName?: string;
}