interface BaseArrayObject {
    id?: string;
}

Properties

Properties

id?: string

Optional UUIDv4 compatible ID string.