Type alias IContainer

IContainer: {
    accentColor?: number;
    components: IComponent[];
    id?: number;
    spoiler?: boolean;
}

Type declaration

  • Optional accentColor?: number
  • components: IComponent[]
  • Optional id?: number
  • Optional spoiler?: boolean

Generated using TypeDoc