cuiqian2004
2024-09-27 ec63534e04c68e067dcb0380e56f2e5312de24a3
1
2
3
4
export type ID = number | string;
export interface WithId {
    id: ID;
}