4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export type Value = {
|
|
readonly id: string;
|
|
};
|
export type Value = {
|
|
readonly id: string;
|
|
};
|