t00-multiuser/server/interfaces/IdData.ts

3 lines
48 B
TypeScript

export default interface IdData {
id?: string
}