Type Alias GuildRolePanelCreateOrConnectWithoutRowsInput

GuildRolePanelCreateOrConnectWithoutRowsInput: {
    create: XOR<GuildRolePanelCreateWithoutRowsInput, GuildRolePanelUncheckedCreateWithoutRowsInput>;
    where: GuildRolePanelWhereUniqueInput;
}