@willwade/aac-processors
    Preparing search index...

    Interface AACScanBlock

    Configuration for a scan block

    interface AACScanBlock {
        id: number;
        name?: string;
        order?: number;
        scanType?: AACScanType;
    }
    Index

    Properties

    id: number
    name?: string
    order?: number
    scanType?: AACScanType