Type alias ObjectIdType

ObjectIdType: `${string & {
    length: 24;
}}`