molmoda / data /src /Store /StoreInterfaces.ts
introvoyz041's picture
Migrated from GitHub
71174bc verified
export interface NameValPair {
name: string;
val: any;
module?: string;
}