lfk-client-js/dist/models/Principal.d.ts
2023-02-02 09:42:58 +00:00

4 lines
45 B
TypeScript

export type Principal = {
id: number;
};