Closed frankcollins3 closed 5 months ago
attempting to do:
export interface DynamicComponents { margin: TopRightBottomLeft | null, padding: TopRightBottomLeft | null, height: string | number | null | undefined, width: string | number | null | undefined, elementId: string | null | undefined, elementClassname: string | null | undefined, style: string | null // take stringnifiedString only as args like localStorage // };
error: Property or signature expected.ts(1131)
error:
proposed approach: possibly be data redundant tbh
proposed approach:
remove spread operator! tested before asking. also tested array of [...oldInterface, newKey: newType] [2:43pm]
attempting to do:
error:
Property or signature expected.ts(1131)proposed approach:
possibly be data redundant tbh