aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/legacy-types.ts
blob: c17fdfe8230a84a9113afa17c3c8b89b7e9f14df (plain) (blame)
1
2
3
4
5
export interface ILegacyServices {
  [key: string]: {
    [key: string]: string | boolean;
  };
}