DisBot
    Preparing search index...

    Type Alias GuildLeaveSetup$ImageDataArgs<ExtArgs>

    GuildLeaveSetup.ImageData

    type GuildLeaveSetup$ImageDataArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        include?: LeaveImageDataInclude<ExtArgs> | null;
        omit?: LeaveImageDataOmit<ExtArgs> | null;
        select?: LeaveImageDataSelect<ExtArgs> | null;
        where?: LeaveImageDataWhereInput;
    }

    Type Parameters

    Index

    Properties

    include?: LeaveImageDataInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    Omit specific fields from the LeaveImageData

    select?: LeaveImageDataSelect<ExtArgs> | null

    Select specific fields to fetch from the LeaveImageData