Interface IAPIKeysConfigsUpdate

interface IAPIKeysConfigsUpdate {
    path: string;
    value: string | number | boolean;
}

Properties

Properties

path: string
value: string | number | boolean