4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
export type ResponsePrincipal = {
|
|
id: number;
|
|
};
|
export type ResponsePrincipal = {
|
|
id: number;
|
|
};
|