MDAA TS Docs
    Preparing search index...

    Function parsePlaceholderToken

    • Split a lowercased placeholder token into its base name and 1-based instance index. account_id -> ['account_id', 1]; account_id_2 -> ['account_id', 2]. A bare _1 suffix is also treated as index 1 (e.g. cidr_1).

      Parameters

      • token: string

      Returns { base: string; index: number }