jooby-codec
    Preparing search index...

    Interface IReadArchiveResponseParameters

    interface IReadArchiveResponseParameters {
        content: IArchiveRecord[];
        isCompleted: boolean;
        requestId: TUint8;
    }

    Hierarchy (View Summary)

    Index

    Properties

    content: IArchiveRecord[]
    isCompleted: boolean
    requestId: TUint8