# InterfaceMemberProps

```ts
type InterfaceMemberProps = InterfacePropertyMemberProps | InterfaceIndexerMemberProps;
```
