Build the TypeQualifier that categorizes an entity by its type

Error if the type is invalid

  • Parameters

    • contactType: string

      the type of the entity

    Returns Readonly<{
        contactType: string;
    }>

    the type