Returns true if the given qualifier is a ContactTypeQualifier otherwise false.

  • Parameters

    • contactType: unknown

      the type to check

    Returns contactType is Readonly<{
        contactType: string;
    }>

    true if the given type is a ContactTypeQualifier, otherwise false.