interface StaticResponseData<T> {
    data: XySequence;
    metadata: T;
}

Type Parameters

Properties

Properties

metadata: T