export interface GenericArgumentType { name?: string | null; constraintTypeIdentifier?: string | null; propertyName?: string | null; isArrayProperty?: boolean; } //# sourceMappingURL=generic-argument-type.d.ts.map