interface StreamPeriod_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    and?: InputMaybe<InputMaybe<StreamPeriod_Filter>[]>;
    deposit?: InputMaybe<string>;
    deposit_gt?: InputMaybe<string>;
    deposit_gte?: InputMaybe<string>;
    deposit_in?: InputMaybe<string[]>;
    deposit_lt?: InputMaybe<string>;
    deposit_lte?: InputMaybe<string>;
    deposit_not?: InputMaybe<string>;
    deposit_not_in?: InputMaybe<string[]>;
    flowRate?: InputMaybe<string>;
    flowRate_gt?: InputMaybe<string>;
    flowRate_gte?: InputMaybe<string>;
    flowRate_in?: InputMaybe<string[]>;
    flowRate_lt?: InputMaybe<string>;
    flowRate_lte?: InputMaybe<string>;
    flowRate_not?: InputMaybe<string>;
    flowRate_not_in?: InputMaybe<string[]>;
    id?: InputMaybe<string>;
    id_gt?: InputMaybe<string>;
    id_gte?: InputMaybe<string>;
    id_in?: InputMaybe<string[]>;
    id_lt?: InputMaybe<string>;
    id_lte?: InputMaybe<string>;
    id_not?: InputMaybe<string>;
    id_not_in?: InputMaybe<string[]>;
    or?: InputMaybe<InputMaybe<StreamPeriod_Filter>[]>;
    receiver?: InputMaybe<string>;
    receiver_?: InputMaybe<Account_Filter>;
    receiver_contains?: InputMaybe<string>;
    receiver_contains_nocase?: InputMaybe<string>;
    receiver_ends_with?: InputMaybe<string>;
    receiver_ends_with_nocase?: InputMaybe<string>;
    receiver_gt?: InputMaybe<string>;
    receiver_gte?: InputMaybe<string>;
    receiver_in?: InputMaybe<string[]>;
    receiver_lt?: InputMaybe<string>;
    receiver_lte?: InputMaybe<string>;
    receiver_not?: InputMaybe<string>;
    receiver_not_contains?: InputMaybe<string>;
    receiver_not_contains_nocase?: InputMaybe<string>;
    receiver_not_ends_with?: InputMaybe<string>;
    receiver_not_ends_with_nocase?: InputMaybe<string>;
    receiver_not_in?: InputMaybe<string[]>;
    receiver_not_starts_with?: InputMaybe<string>;
    receiver_not_starts_with_nocase?: InputMaybe<string>;
    receiver_starts_with?: InputMaybe<string>;
    receiver_starts_with_nocase?: InputMaybe<string>;
    sender?: InputMaybe<string>;
    sender_?: InputMaybe<Account_Filter>;
    sender_contains?: InputMaybe<string>;
    sender_contains_nocase?: InputMaybe<string>;
    sender_ends_with?: InputMaybe<string>;
    sender_ends_with_nocase?: InputMaybe<string>;
    sender_gt?: InputMaybe<string>;
    sender_gte?: InputMaybe<string>;
    sender_in?: InputMaybe<string[]>;
    sender_lt?: InputMaybe<string>;
    sender_lte?: InputMaybe<string>;
    sender_not?: InputMaybe<string>;
    sender_not_contains?: InputMaybe<string>;
    sender_not_contains_nocase?: InputMaybe<string>;
    sender_not_ends_with?: InputMaybe<string>;
    sender_not_ends_with_nocase?: InputMaybe<string>;
    sender_not_in?: InputMaybe<string[]>;
    sender_not_starts_with?: InputMaybe<string>;
    sender_not_starts_with_nocase?: InputMaybe<string>;
    sender_starts_with?: InputMaybe<string>;
    sender_starts_with_nocase?: InputMaybe<string>;
    startedAtBlockNumber?: InputMaybe<string>;
    startedAtBlockNumber_gt?: InputMaybe<string>;
    startedAtBlockNumber_gte?: InputMaybe<string>;
    startedAtBlockNumber_in?: InputMaybe<string[]>;
    startedAtBlockNumber_lt?: InputMaybe<string>;
    startedAtBlockNumber_lte?: InputMaybe<string>;
    startedAtBlockNumber_not?: InputMaybe<string>;
    startedAtBlockNumber_not_in?: InputMaybe<string[]>;
    startedAtEvent?: InputMaybe<string>;
    startedAtEvent_?: InputMaybe<FlowUpdatedEvent_Filter>;
    startedAtEvent_contains?: InputMaybe<string>;
    startedAtEvent_contains_nocase?: InputMaybe<string>;
    startedAtEvent_ends_with?: InputMaybe<string>;
    startedAtEvent_ends_with_nocase?: InputMaybe<string>;
    startedAtEvent_gt?: InputMaybe<string>;
    startedAtEvent_gte?: InputMaybe<string>;
    startedAtEvent_in?: InputMaybe<string[]>;
    startedAtEvent_lt?: InputMaybe<string>;
    startedAtEvent_lte?: InputMaybe<string>;
    startedAtEvent_not?: InputMaybe<string>;
    startedAtEvent_not_contains?: InputMaybe<string>;
    startedAtEvent_not_contains_nocase?: InputMaybe<string>;
    startedAtEvent_not_ends_with?: InputMaybe<string>;
    startedAtEvent_not_ends_with_nocase?: InputMaybe<string>;
    startedAtEvent_not_in?: InputMaybe<string[]>;
    startedAtEvent_not_starts_with?: InputMaybe<string>;
    startedAtEvent_not_starts_with_nocase?: InputMaybe<string>;
    startedAtEvent_starts_with?: InputMaybe<string>;
    startedAtEvent_starts_with_nocase?: InputMaybe<string>;
    startedAtTimestamp?: InputMaybe<string>;
    startedAtTimestamp_gt?: InputMaybe<string>;
    startedAtTimestamp_gte?: InputMaybe<string>;
    startedAtTimestamp_in?: InputMaybe<string[]>;
    startedAtTimestamp_lt?: InputMaybe<string>;
    startedAtTimestamp_lte?: InputMaybe<string>;
    startedAtTimestamp_not?: InputMaybe<string>;
    startedAtTimestamp_not_in?: InputMaybe<string[]>;
    stoppedAtBlockNumber?: InputMaybe<string>;
    stoppedAtBlockNumber_gt?: InputMaybe<string>;
    stoppedAtBlockNumber_gte?: InputMaybe<string>;
    stoppedAtBlockNumber_in?: InputMaybe<string[]>;
    stoppedAtBlockNumber_lt?: InputMaybe<string>;
    stoppedAtBlockNumber_lte?: InputMaybe<string>;
    stoppedAtBlockNumber_not?: InputMaybe<string>;
    stoppedAtBlockNumber_not_in?: InputMaybe<string[]>;
    stoppedAtEvent?: InputMaybe<string>;
    stoppedAtEvent_?: InputMaybe<FlowUpdatedEvent_Filter>;
    stoppedAtEvent_contains?: InputMaybe<string>;
    stoppedAtEvent_contains_nocase?: InputMaybe<string>;
    stoppedAtEvent_ends_with?: InputMaybe<string>;
    stoppedAtEvent_ends_with_nocase?: InputMaybe<string>;
    stoppedAtEvent_gt?: InputMaybe<string>;
    stoppedAtEvent_gte?: InputMaybe<string>;
    stoppedAtEvent_in?: InputMaybe<string[]>;
    stoppedAtEvent_lt?: InputMaybe<string>;
    stoppedAtEvent_lte?: InputMaybe<string>;
    stoppedAtEvent_not?: InputMaybe<string>;
    stoppedAtEvent_not_contains?: InputMaybe<string>;
    stoppedAtEvent_not_contains_nocase?: InputMaybe<string>;
    stoppedAtEvent_not_ends_with?: InputMaybe<string>;
    stoppedAtEvent_not_ends_with_nocase?: InputMaybe<string>;
    stoppedAtEvent_not_in?: InputMaybe<string[]>;
    stoppedAtEvent_not_starts_with?: InputMaybe<string>;
    stoppedAtEvent_not_starts_with_nocase?: InputMaybe<string>;
    stoppedAtEvent_starts_with?: InputMaybe<string>;
    stoppedAtEvent_starts_with_nocase?: InputMaybe<string>;
    stoppedAtTimestamp?: InputMaybe<string>;
    stoppedAtTimestamp_gt?: InputMaybe<string>;
    stoppedAtTimestamp_gte?: InputMaybe<string>;
    stoppedAtTimestamp_in?: InputMaybe<string[]>;
    stoppedAtTimestamp_lt?: InputMaybe<string>;
    stoppedAtTimestamp_lte?: InputMaybe<string>;
    stoppedAtTimestamp_not?: InputMaybe<string>;
    stoppedAtTimestamp_not_in?: InputMaybe<string[]>;
    stream?: InputMaybe<string>;
    stream_?: InputMaybe<Stream_Filter>;
    stream_contains?: InputMaybe<string>;
    stream_contains_nocase?: InputMaybe<string>;
    stream_ends_with?: InputMaybe<string>;
    stream_ends_with_nocase?: InputMaybe<string>;
    stream_gt?: InputMaybe<string>;
    stream_gte?: InputMaybe<string>;
    stream_in?: InputMaybe<string[]>;
    stream_lt?: InputMaybe<string>;
    stream_lte?: InputMaybe<string>;
    stream_not?: InputMaybe<string>;
    stream_not_contains?: InputMaybe<string>;
    stream_not_contains_nocase?: InputMaybe<string>;
    stream_not_ends_with?: InputMaybe<string>;
    stream_not_ends_with_nocase?: InputMaybe<string>;
    stream_not_in?: InputMaybe<string[]>;
    stream_not_starts_with?: InputMaybe<string>;
    stream_not_starts_with_nocase?: InputMaybe<string>;
    stream_starts_with?: InputMaybe<string>;
    stream_starts_with_nocase?: InputMaybe<string>;
    token?: InputMaybe<string>;
    token_?: InputMaybe<Token_Filter>;
    token_contains?: InputMaybe<string>;
    token_contains_nocase?: InputMaybe<string>;
    token_ends_with?: InputMaybe<string>;
    token_ends_with_nocase?: InputMaybe<string>;
    token_gt?: InputMaybe<string>;
    token_gte?: InputMaybe<string>;
    token_in?: InputMaybe<string[]>;
    token_lt?: InputMaybe<string>;
    token_lte?: InputMaybe<string>;
    token_not?: InputMaybe<string>;
    token_not_contains?: InputMaybe<string>;
    token_not_contains_nocase?: InputMaybe<string>;
    token_not_ends_with?: InputMaybe<string>;
    token_not_ends_with_nocase?: InputMaybe<string>;
    token_not_in?: InputMaybe<string[]>;
    token_not_starts_with?: InputMaybe<string>;
    token_not_starts_with_nocase?: InputMaybe<string>;
    token_starts_with?: InputMaybe<string>;
    token_starts_with_nocase?: InputMaybe<string>;
    totalAmountStreamed?: InputMaybe<string>;
    totalAmountStreamed_gt?: InputMaybe<string>;
    totalAmountStreamed_gte?: InputMaybe<string>;
    totalAmountStreamed_in?: InputMaybe<string[]>;
    totalAmountStreamed_lt?: InputMaybe<string>;
    totalAmountStreamed_lte?: InputMaybe<string>;
    totalAmountStreamed_not?: InputMaybe<string>;
    totalAmountStreamed_not_in?: InputMaybe<string[]>;
}

Properties

_change_block? and? deposit? deposit_gt? deposit_gte? deposit_in? deposit_lt? deposit_lte? deposit_not? deposit_not_in? flowRate? flowRate_gt? flowRate_gte? flowRate_in? flowRate_lt? flowRate_lte? flowRate_not? flowRate_not_in? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? or? receiver? receiver_? receiver_contains? receiver_contains_nocase? receiver_ends_with? receiver_ends_with_nocase? receiver_gt? receiver_gte? receiver_in? receiver_lt? receiver_lte? receiver_not? receiver_not_contains? receiver_not_contains_nocase? receiver_not_ends_with? receiver_not_ends_with_nocase? receiver_not_in? receiver_not_starts_with? receiver_not_starts_with_nocase? receiver_starts_with? receiver_starts_with_nocase? sender? sender_? sender_contains? sender_contains_nocase? sender_ends_with? sender_ends_with_nocase? sender_gt? sender_gte? sender_in? sender_lt? sender_lte? sender_not? sender_not_contains? sender_not_contains_nocase? sender_not_ends_with? sender_not_ends_with_nocase? sender_not_in? sender_not_starts_with? sender_not_starts_with_nocase? sender_starts_with? sender_starts_with_nocase? startedAtBlockNumber? startedAtBlockNumber_gt? startedAtBlockNumber_gte? startedAtBlockNumber_in? startedAtBlockNumber_lt? startedAtBlockNumber_lte? startedAtBlockNumber_not? startedAtBlockNumber_not_in? startedAtEvent? startedAtEvent_? startedAtEvent_contains? startedAtEvent_contains_nocase? startedAtEvent_ends_with? startedAtEvent_ends_with_nocase? startedAtEvent_gt? startedAtEvent_gte? startedAtEvent_in? startedAtEvent_lt? startedAtEvent_lte? startedAtEvent_not? startedAtEvent_not_contains? startedAtEvent_not_contains_nocase? startedAtEvent_not_ends_with? startedAtEvent_not_ends_with_nocase? startedAtEvent_not_in? startedAtEvent_not_starts_with? startedAtEvent_not_starts_with_nocase? startedAtEvent_starts_with? startedAtEvent_starts_with_nocase? startedAtTimestamp? startedAtTimestamp_gt? startedAtTimestamp_gte? startedAtTimestamp_in? startedAtTimestamp_lt? startedAtTimestamp_lte? startedAtTimestamp_not? startedAtTimestamp_not_in? stoppedAtBlockNumber? stoppedAtBlockNumber_gt? stoppedAtBlockNumber_gte? stoppedAtBlockNumber_in? stoppedAtBlockNumber_lt? stoppedAtBlockNumber_lte? stoppedAtBlockNumber_not? stoppedAtBlockNumber_not_in? stoppedAtEvent? stoppedAtEvent_? stoppedAtEvent_contains? stoppedAtEvent_contains_nocase? stoppedAtEvent_ends_with? stoppedAtEvent_ends_with_nocase? stoppedAtEvent_gt? stoppedAtEvent_gte? stoppedAtEvent_in? stoppedAtEvent_lt? stoppedAtEvent_lte? stoppedAtEvent_not? stoppedAtEvent_not_contains? stoppedAtEvent_not_contains_nocase? stoppedAtEvent_not_ends_with? stoppedAtEvent_not_ends_with_nocase? stoppedAtEvent_not_in? stoppedAtEvent_not_starts_with? stoppedAtEvent_not_starts_with_nocase? stoppedAtEvent_starts_with? stoppedAtEvent_starts_with_nocase? stoppedAtTimestamp? stoppedAtTimestamp_gt? stoppedAtTimestamp_gte? stoppedAtTimestamp_in? stoppedAtTimestamp_lt? stoppedAtTimestamp_lte? stoppedAtTimestamp_not? stoppedAtTimestamp_not_in? stream? stream_? stream_contains? stream_contains_nocase? stream_ends_with? stream_ends_with_nocase? stream_gt? stream_gte? stream_in? stream_lt? stream_lte? stream_not? stream_not_contains? stream_not_contains_nocase? stream_not_ends_with? stream_not_ends_with_nocase? stream_not_in? stream_not_starts_with? stream_not_starts_with_nocase? stream_starts_with? stream_starts_with_nocase? token? token_? token_contains? token_contains_nocase? token_ends_with? token_ends_with_nocase? token_gt? token_gte? token_in? token_lt? token_lte? token_not? token_not_contains? token_not_contains_nocase? token_not_ends_with? token_not_ends_with_nocase? token_not_in? token_not_starts_with? token_not_starts_with_nocase? token_starts_with? token_starts_with_nocase? totalAmountStreamed? totalAmountStreamed_gt? totalAmountStreamed_gte? totalAmountStreamed_in? totalAmountStreamed_lt? totalAmountStreamed_lte? totalAmountStreamed_not? totalAmountStreamed_not_in?

Properties

deposit?: InputMaybe<string>
deposit_gt?: InputMaybe<string>
deposit_gte?: InputMaybe<string>
deposit_in?: InputMaybe<string[]>
deposit_lt?: InputMaybe<string>
deposit_lte?: InputMaybe<string>
deposit_not?: InputMaybe<string>
deposit_not_in?: InputMaybe<string[]>
flowRate?: InputMaybe<string>
flowRate_gt?: InputMaybe<string>
flowRate_gte?: InputMaybe<string>
flowRate_in?: InputMaybe<string[]>
flowRate_lt?: InputMaybe<string>
flowRate_lte?: InputMaybe<string>
flowRate_not?: InputMaybe<string>
flowRate_not_in?: InputMaybe<string[]>
id?: InputMaybe<string>
id_gt?: InputMaybe<string>
id_gte?: InputMaybe<string>
id_in?: InputMaybe<string[]>
id_lt?: InputMaybe<string>
id_lte?: InputMaybe<string>
id_not?: InputMaybe<string>
id_not_in?: InputMaybe<string[]>
receiver?: InputMaybe<string>
receiver_contains?: InputMaybe<string>
receiver_contains_nocase?: InputMaybe<string>
receiver_ends_with?: InputMaybe<string>
receiver_ends_with_nocase?: InputMaybe<string>
receiver_gt?: InputMaybe<string>
receiver_gte?: InputMaybe<string>
receiver_in?: InputMaybe<string[]>
receiver_lt?: InputMaybe<string>
receiver_lte?: InputMaybe<string>
receiver_not?: InputMaybe<string>
receiver_not_contains?: InputMaybe<string>
receiver_not_contains_nocase?: InputMaybe<string>
receiver_not_ends_with?: InputMaybe<string>
receiver_not_ends_with_nocase?: InputMaybe<string>
receiver_not_in?: InputMaybe<string[]>
receiver_not_starts_with?: InputMaybe<string>
receiver_not_starts_with_nocase?: InputMaybe<string>
receiver_starts_with?: InputMaybe<string>
receiver_starts_with_nocase?: InputMaybe<string>
sender?: InputMaybe<string>
sender_contains?: InputMaybe<string>
sender_contains_nocase?: InputMaybe<string>
sender_ends_with?: InputMaybe<string>
sender_ends_with_nocase?: InputMaybe<string>
sender_gt?: InputMaybe<string>
sender_gte?: InputMaybe<string>
sender_in?: InputMaybe<string[]>
sender_lt?: InputMaybe<string>
sender_lte?: InputMaybe<string>
sender_not?: InputMaybe<string>
sender_not_contains?: InputMaybe<string>
sender_not_contains_nocase?: InputMaybe<string>
sender_not_ends_with?: InputMaybe<string>
sender_not_ends_with_nocase?: InputMaybe<string>
sender_not_in?: InputMaybe<string[]>
sender_not_starts_with?: InputMaybe<string>
sender_not_starts_with_nocase?: InputMaybe<string>
sender_starts_with?: InputMaybe<string>
sender_starts_with_nocase?: InputMaybe<string>
startedAtBlockNumber?: InputMaybe<string>
startedAtBlockNumber_gt?: InputMaybe<string>
startedAtBlockNumber_gte?: InputMaybe<string>
startedAtBlockNumber_in?: InputMaybe<string[]>
startedAtBlockNumber_lt?: InputMaybe<string>
startedAtBlockNumber_lte?: InputMaybe<string>
startedAtBlockNumber_not?: InputMaybe<string>
startedAtBlockNumber_not_in?: InputMaybe<string[]>
startedAtEvent?: InputMaybe<string>
startedAtEvent_contains?: InputMaybe<string>
startedAtEvent_contains_nocase?: InputMaybe<string>
startedAtEvent_ends_with?: InputMaybe<string>
startedAtEvent_ends_with_nocase?: InputMaybe<string>
startedAtEvent_gt?: InputMaybe<string>
startedAtEvent_gte?: InputMaybe<string>
startedAtEvent_in?: InputMaybe<string[]>
startedAtEvent_lt?: InputMaybe<string>
startedAtEvent_lte?: InputMaybe<string>
startedAtEvent_not?: InputMaybe<string>
startedAtEvent_not_contains?: InputMaybe<string>
startedAtEvent_not_contains_nocase?: InputMaybe<string>
startedAtEvent_not_ends_with?: InputMaybe<string>
startedAtEvent_not_ends_with_nocase?: InputMaybe<string>
startedAtEvent_not_in?: InputMaybe<string[]>
startedAtEvent_not_starts_with?: InputMaybe<string>
startedAtEvent_not_starts_with_nocase?: InputMaybe<string>
startedAtEvent_starts_with?: InputMaybe<string>
startedAtEvent_starts_with_nocase?: InputMaybe<string>
startedAtTimestamp?: InputMaybe<string>
startedAtTimestamp_gt?: InputMaybe<string>
startedAtTimestamp_gte?: InputMaybe<string>
startedAtTimestamp_in?: InputMaybe<string[]>
startedAtTimestamp_lt?: InputMaybe<string>
startedAtTimestamp_lte?: InputMaybe<string>
startedAtTimestamp_not?: InputMaybe<string>
startedAtTimestamp_not_in?: InputMaybe<string[]>
stoppedAtBlockNumber?: InputMaybe<string>
stoppedAtBlockNumber_gt?: InputMaybe<string>
stoppedAtBlockNumber_gte?: InputMaybe<string>
stoppedAtBlockNumber_in?: InputMaybe<string[]>
stoppedAtBlockNumber_lt?: InputMaybe<string>
stoppedAtBlockNumber_lte?: InputMaybe<string>
stoppedAtBlockNumber_not?: InputMaybe<string>
stoppedAtBlockNumber_not_in?: InputMaybe<string[]>
stoppedAtEvent?: InputMaybe<string>
stoppedAtEvent_contains?: InputMaybe<string>
stoppedAtEvent_contains_nocase?: InputMaybe<string>
stoppedAtEvent_ends_with?: InputMaybe<string>
stoppedAtEvent_ends_with_nocase?: InputMaybe<string>
stoppedAtEvent_gt?: InputMaybe<string>
stoppedAtEvent_gte?: InputMaybe<string>
stoppedAtEvent_in?: InputMaybe<string[]>
stoppedAtEvent_lt?: InputMaybe<string>
stoppedAtEvent_lte?: InputMaybe<string>
stoppedAtEvent_not?: InputMaybe<string>
stoppedAtEvent_not_contains?: InputMaybe<string>
stoppedAtEvent_not_contains_nocase?: InputMaybe<string>
stoppedAtEvent_not_ends_with?: InputMaybe<string>
stoppedAtEvent_not_ends_with_nocase?: InputMaybe<string>
stoppedAtEvent_not_in?: InputMaybe<string[]>
stoppedAtEvent_not_starts_with?: InputMaybe<string>
stoppedAtEvent_not_starts_with_nocase?: InputMaybe<string>
stoppedAtEvent_starts_with?: InputMaybe<string>
stoppedAtEvent_starts_with_nocase?: InputMaybe<string>
stoppedAtTimestamp?: InputMaybe<string>
stoppedAtTimestamp_gt?: InputMaybe<string>
stoppedAtTimestamp_gte?: InputMaybe<string>
stoppedAtTimestamp_in?: InputMaybe<string[]>
stoppedAtTimestamp_lt?: InputMaybe<string>
stoppedAtTimestamp_lte?: InputMaybe<string>
stoppedAtTimestamp_not?: InputMaybe<string>
stoppedAtTimestamp_not_in?: InputMaybe<string[]>
stream?: InputMaybe<string>
stream_contains?: InputMaybe<string>
stream_contains_nocase?: InputMaybe<string>
stream_ends_with?: InputMaybe<string>
stream_ends_with_nocase?: InputMaybe<string>
stream_gt?: InputMaybe<string>
stream_gte?: InputMaybe<string>
stream_in?: InputMaybe<string[]>
stream_lt?: InputMaybe<string>
stream_lte?: InputMaybe<string>
stream_not?: InputMaybe<string>
stream_not_contains?: InputMaybe<string>
stream_not_contains_nocase?: InputMaybe<string>
stream_not_ends_with?: InputMaybe<string>
stream_not_ends_with_nocase?: InputMaybe<string>
stream_not_in?: InputMaybe<string[]>
stream_not_starts_with?: InputMaybe<string>
stream_not_starts_with_nocase?: InputMaybe<string>
stream_starts_with?: InputMaybe<string>
stream_starts_with_nocase?: InputMaybe<string>
token?: InputMaybe<string>
token_contains?: InputMaybe<string>
token_contains_nocase?: InputMaybe<string>
token_ends_with?: InputMaybe<string>
token_ends_with_nocase?: InputMaybe<string>
token_gt?: InputMaybe<string>
token_gte?: InputMaybe<string>
token_in?: InputMaybe<string[]>
token_lt?: InputMaybe<string>
token_lte?: InputMaybe<string>
token_not?: InputMaybe<string>
token_not_contains?: InputMaybe<string>
token_not_contains_nocase?: InputMaybe<string>
token_not_ends_with?: InputMaybe<string>
token_not_ends_with_nocase?: InputMaybe<string>
token_not_in?: InputMaybe<string[]>
token_not_starts_with?: InputMaybe<string>
token_not_starts_with_nocase?: InputMaybe<string>
token_starts_with?: InputMaybe<string>
token_starts_with_nocase?: InputMaybe<string>
totalAmountStreamed?: InputMaybe<string>
totalAmountStreamed_gt?: InputMaybe<string>
totalAmountStreamed_gte?: InputMaybe<string>
totalAmountStreamed_in?: InputMaybe<string[]>
totalAmountStreamed_lt?: InputMaybe<string>
totalAmountStreamed_lte?: InputMaybe<string>
totalAmountStreamed_not?: InputMaybe<string>
totalAmountStreamed_not_in?: InputMaybe<string[]>

Generated using TypeDoc