# __TypeKind - storefront - ENUM Version: 2024-10 ## Description An enum describing what kind of type a given `__Type` is. ### Access Scopes ## Enum values * [ENUM](/docs/api/storefront/2024-10/enums/ENUM) * [INPUT_OBJECT](/docs/api/storefront/2024-10/enums/INPUT_OBJECT) * [INTERFACE](/docs/api/storefront/2024-10/enums/INTERFACE) * [LIST](/docs/api/storefront/2024-10/enums/LIST) * [NON_NULL](/docs/api/storefront/2024-10/enums/NON_NULL) * [OBJECT](/docs/api/storefront/2024-10/enums/OBJECT) * [SCALAR](/docs/api/storefront/2024-10/enums/SCALAR) * [UNION](/docs/api/storefront/2024-10/enums/UNION) ## Fields with this enum * [__Type.kind](/docs/api/storefront/2024-10/objects/__Type) ## Examples