AutoBE
    Preparing search index...
    interface ICountProfile {
        bytes: number & Type<"uint32">;
        count: number & Type<"uint32">;
        name: string;
    }
    Index

    Properties

    Properties

    bytes: number & Type<"uint32">
    count: number & Type<"uint32">
    name: string