🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

central_vietnam_realty

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

central_vietnam_realty

Use those types for cvr projects

latest
npmnpm
Version
1.4.2
Version published
Maintainers
2
Created
Source

CVR

Use those types for cvr projects

import { CVR } from "central_vietnam_realty"

const property : CVR.Property = ...

Available Interfaces:

declare module CVR {
    export class Property extends P { }
    export class CreateProperty extends CreatePropertyDto { } // basicly it is the same as Property but without id. Use this type to add new property (id is created automaticly inside database). 
    export class UpdateProperty extends UpdatePropertyDto { } // basicly it is the same as Property but without id. Use this type to update new property. 
    export class User extends U { }
    export class CreateUser extends CreateUserDto { }
    export class UpdateUser extends UpdateUserDto { }
    export class LoginUser extends LoginUserDto { }
    export class PropertyType extends PT { }
    export class CreatePropertyType extends CreatePropertyTypeDto { }
    export class UpdatePropertyType extends UpdatePropertyTypeDto { }
    export class Project extends Pr { }

    export class CreateProject extends CreateProjectDto { }
    export class UpdateProject extends UpdateProjectDto { }

}

FAQs

Package last updated on 17 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts