Type alias SavedRecord

SavedRecord: Record & {
    Id: string;
}

Type declaration

  • Id: string