Interface ReadonlyProjection

interface ReadonlyProjection {
    fields: Readonly<ProjectionFields>;
    target: string;
}

Properties

Properties

target: string