UNPKG

73 BTypeScriptView Raw
1export interface IRavenObject<T = any> {
2 [property: string]: T;
3}