Type Alias GuildRolePanelCreateNestedOneWithoutRowsInput

GuildRolePanelCreateNestedOneWithoutRowsInput: {
    connect?: GuildRolePanelWhereUniqueInput;
    connectOrCreate?: GuildRolePanelCreateOrConnectWithoutRowsInput;
    create?: XOR<GuildRolePanelCreateWithoutRowsInput, GuildRolePanelUncheckedCreateWithoutRowsInput>;
}