interface MultiResult {
    [k: Permissions | string]: Status;
}

Indexable

[k: Permissions | string]: Status

Generated using TypeDoc