Type alias SceneOptionalInterface

SceneOptionalInterface: {
    attributes?: SceneInterface | object;
    credentials?: InteractiveCredentials;
}

Type declaration