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

Indexable

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