DisBot
    Preparing search index...

    Type Alias SelectAndInclude

    type SelectAndInclude = {
        include: any;
        select: any;
    }
    Index

    Properties

    Properties

    include: any
    select: any