@coopenomics/sdk
    Preparing search index...
    interface IInput {
        data?: {
            limit?: number | null;
            matrixRoomId?: string | null;
            offset?: number | null;
        };
    }
    Index

    Properties

    Properties

    data?: {
        limit?: number | null;
        matrixRoomId?: string | null;
        offset?: number | null;
    }