Type alias SimpleThing

SimpleThing: {
    @type: string | string[];
}

Type declaration

  • @type: string | string[]