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