Type Alias KickStreamerUpdateToOneWithWhereWithoutGiftedSubRolesInput

KickStreamerUpdateToOneWithWhereWithoutGiftedSubRolesInput: {
    data: XOR<KickStreamerUpdateWithoutGiftedSubRolesInput, KickStreamerUncheckedUpdateWithoutGiftedSubRolesInput>;
    where?: KickStreamerWhereInput;
}