node-insim
    Preparing search index...

    Type Alias IS_TINY_Data

    IS_TINY_Data:
        | { ReqI: number; SubT: InfoRequestTinyType }
        | { ReqI?: never; SubT: Exclude<SendableTinyType, InfoRequestTinyType> }

    Type declaration