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