Interface ApplyCommandOptions

interface ApplyCommandOptions {
    [key: string]: unknown;
}

Indexable

[key: string]: unknown