Interface SerializedControllerContext

interface SerializedControllerContext {
    services: SerializedServiceMap;
    type: string;
}

Properties

Properties

type: string