Type alias ModelViewerPermission

ModelViewerPermission: {
    __typename?: "ModelViewerPermission";
    content: ModelViewerContentPermission;
}

Simplified computed version of the permissions the current viewer has on this model

Type declaration

Generated using TypeDoc