dylanebert
support alternative display names
5679415
raw
history blame contribute delete
114 Bytes
export interface Config {
Model?: string;
Space?: string;
Paper?: string;
DisplayName?: string;
}