designOptionsApi: {
    getTextColors: () => Promise<AxiosResponse<any, any, {}>>;
    getFonts: () => Promise<AxiosResponse<any, any, {}>>;
} = ...

Type declaration

  • getTextColors: () => Promise<AxiosResponse<any, any, {}>>
  • getFonts: () => Promise<AxiosResponse<any, any, {}>>