Interface IPostBody

    interface IPostBody {
        ids: string[];
    }

    Properties

    Properties

    ids: string[]

    Generated using TypeDoc and TypeDoc Airthium Plugin