summaryrefslogtreecommitdiff
path: root/src-migrate/types/banner.ts
blob: dbccc378529079559f1a5d52c1b51d15af1a9447 (plain)
1
2
3
4
5
6
7
8
export interface IBanner {
  background_color: string | false;
  group_by_week: number | false;
  image: string;
  name: string;
  sequence: number;
  url: string;
}