@yorkie-js/sdk
    Preparing search index...

    Interface Int

    YSONInt represents a 32-bit integer.

    { type: 'Int', value: 42 }
    
    interface Int {
        type: "Int";
        value: number;
    }
    Index

    Properties

    Properties

    type: "Int"
    value: number