interface MutationMeta {
    [index: string]: unknown;
}

Indexable

[index: string]: unknown

Generated using TypeDoc