Type alias ILooseSourceSubject

ILooseSourceSubject: {
    feedId: Uint256 | null;
    sender: string | null;
    type: BROADCAST;
} | {
    feedId: Uint256 | null;
    recipient: Uint256 | null;
    sender: string | null;
    type: DIRECT;
}

Generated using TypeDoc