Type Alias GuildRolePanelCreateNestedOneWithoutEmbedsInput

GuildRolePanelCreateNestedOneWithoutEmbedsInput: {
    connect?: GuildRolePanelWhereUniqueInput;
    connectOrCreate?: GuildRolePanelCreateOrConnectWithoutEmbedsInput;
    create?: XOR<GuildRolePanelCreateWithoutEmbedsInput, GuildRolePanelUncheckedCreateWithoutEmbedsInput>;
}