signify-ts
    Preparing search index...

    Interface MakeHabArgs

    interface MakeHabArgs {
        code?: string;
        data?: any;
        delpre?: string;
        DnD?: boolean;
        estOnly?: boolean;
        icount?: number;
        isith?: string;
        ncount?: number;
        nsith?: string;
        toad?: string | number;
        transferable?: boolean;
        wits?: string[];
    }
    Index

    Properties

    code?: string
    data?: any
    delpre?: string
    DnD?: boolean
    estOnly?: boolean
    icount?: number
    isith?: string
    ncount?: number
    nsith?: string
    toad?: string | number
    transferable?: boolean
    wits?: string[]