UNPKG

112 BTypeScriptView Raw
1export interface TypeHelpOptions {
2 newObject: any;
3 object: Record<string, any>;
4 property: string;
5}