Interface CompanionOptionValues

interface CompanionOptionValues {
    [key: string]: InputValue | undefined;
}

Indexable

[key: string]: InputValue | undefined