interface OutputObject {
    channelId: string;
    newState: boolean;
    toVault: string;
}

Properties

channelId: string
newState: boolean
toVault: string