/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Permission = { id: number; target: string; action: string; }