v/examples/vweb_fullstack/src/auth_dto.v

6 lines
93 B
V

module main
struct AuthRequestDto {
username string @[nonull]
password string @[nonull]
}