Interface FieldDetails

interface FieldDetails {
    name: string;
    type: TypeReference<Type>;
}

Properties

Properties

name: string