4 lines
45 B
TypeScript
4 lines
45 B
TypeScript
export type Principal = {
|
|
id: number;
|
|
};
|
export type Principal = {
|
|
id: number;
|
|
};
|