export interface IdProps {
    id?: string;
}
