export interface Payload {

  id: <%= databaseType === 'sql' ? 'number' : 'string' %>;
  username: string;
  authorities?: string[];

}
