Interface IUnifiResponseEnveloppe<T>

interface IUnifiResponseEnveloppe<T> {
    data: T;
    meta: {
        rc: string;
    };
}

Type Parameters

  • T = unknown

Properties

Properties

data: T
meta: {
    rc: string;
}

Type declaration

  • rc: string

Generated using TypeDoc