DisBot
    Preparing search index...

    Type Alias SelectAndOmit

    type SelectAndOmit = {
        omit: any;
        select: any;
    }
    Index

    Properties

    Properties

    omit: any
    select: any