RunPolicy: {
    crankComplete: ((details) => PolicyOutput);
    crankFailed: ((details) => PolicyOutput);
    emptyCrank: (() => PolicyOutput);
    vatCreated: ((details) => PolicyOutput);
}

Type declaration