cooptypes - v2026.4.30-alpha-1
    Preparing search index...

    Структура scope релиза. kind"all" | "subnet" | "canary". Для kind="all" targets — пустой массив, для subnet/canary — список chain_id'ов или имён подсетей.

    interface IScope {
        kind: string;
        targets: string[];
    }
    Index

    Properties

    Properties

    kind: string
    targets: string[]