DisBot
    Preparing search index...

    Type Alias GuildBackupsCreateArgs<ExtArgs>

    GuildBackups create

    type GuildBackupsCreateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<GuildBackupsCreateInput, GuildBackupsUncheckedCreateInput>;
        include?: GuildBackupsInclude<ExtArgs> | null;
        omit?: GuildBackupsOmit<ExtArgs> | null;
        select?: GuildBackupsSelect<ExtArgs> | null;
    }

    Type Parameters

    Index

    Properties

    The data needed to create a GuildBackups.

    include?: GuildBackupsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: GuildBackupsOmit<ExtArgs> | null

    Omit specific fields from the GuildBackups

    select?: GuildBackupsSelect<ExtArgs> | null

    Select specific fields to fetch from the GuildBackups