interface IInput {
    id: string;
    [key: string]: unknown;
}

Indexable

[key: string]: unknown

Properties

Properties

id: string