interface Permissions {
    [lang: string]: {
        workflowStepIds: number[] | "all";
    };
}

Indexable

[lang: string]: {
    workflowStepIds: number[] | "all";
}
  • workflowStepIds: number[] | "all"