ts-package-starter - v1.1.0
    Preparing search index...

    Interface LicensePlateValidationResult

    車牌驗證結果(含車牌類型資訊)

    interface LicensePlateValidationResult {
        isValid: boolean;
        message?: string;
        plateType?: LicensePlateType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isValid: boolean
    message?: string
    plateType?: LicensePlateType