| assistant: InterfaceAssistant | The assistant associated with the interface |
| canDelete: Boolean | Whether the interface can be deleted |
| canEdit: Boolean | Whether the interface can be edited |
| color: String | The color of the interface |
| createdAt: ISO8601DateTime | The creation date of the interface |
| createdBy: User | User that created the interface |
| displayPipefyHeader: Boolean | Whether the interface will display the Pipefy header |
| groups: InterfaceGroupConnection | The groups of the interface |
| icon: String | The icon of the interface |
| id: String | The id of the interface |
| members: InterfacesMemberConnection | The members of the interface |
| name: String | The name of the interface |
| pages: [ID] | The pages of the interface |
| recordLayouts: [ID] | The record layouts of the interface |
| subType: InterfaceSubType | The sub type of the interface |
| updatedAt: ISO8601DateTime | The update date of the interface |
| userRole: RolesTypes | The role of the user of the interface |
| visibility: InterfaceVisibility | Whether the interface is private or internal |