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

    Релиз пакета. status"active" | "superseded" | "withdrawn".

    interface IRelease {
        id: AppsContract.Interfaces.IUint64;
        meta: string;
        moderated_by: string;
        package_id: string;
        published_at: string;
        scope: IScope;
        status: string;
        superseded_at: string;
        tarball_sha256: string;
        version: string;
    }
    Index

    Properties

    meta: string
    moderated_by: string
    package_id: string
    published_at: string
    scope: IScope
    status: string
    superseded_at: string
    tarball_sha256: string
    version: string