## SliceDefinitionWithTypes type

**Signature:**

```typescript
export type SliceDefinitionWithTypes = SliceDefinition & {

type: NonNullable<SliceDefinition['type']>;

typeSchema?: InternalTypeSchema;

};
```

**References:** [SliceDefinition](/content/docs/sdk/core.slicedefinition), [InternalTypeSchema](/content/docs/sdk/core.internaltypeschema)

- [SliceDefinitionWithTypes type](/content/docs/sdk/core.slicedefinitionwithtypes#slicedefinitionwithtypes-type/index.html)
