Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
use list service-account
Browse files Browse the repository at this point in the history
  • Loading branch information
wcarlsen committed Apr 27, 2022
1 parent 681ec31 commit 964554c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/server/wrapper/model/service-account.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default class ServiceAccount {
export default class ListServiceAccount {
id: number;
name: string;
description: string; // Currently isn't parsed properly (whitespace and space in general gets trimemd away)
}

export type ListServiceAccounts = Array<ServiceAccount>;
export type ListServiceAccounts = Array<ListServiceAccount>;

0 comments on commit 964554c

Please sign in to comment.