ObjectValue

Type Definition

type ObjectValue<T extends Record<string, any>> = T & {
    [key: string]: any;
};