updated search model

This commit is contained in:
Wyatt J. Miller 2022-07-02 14:35:09 -04:00
parent 14fdc11684
commit 636349c062

View File

@ -7,7 +7,7 @@ type Search() =
member this.incomplete_results with get(): int = 0
member this.items with get(): List<obj> = null
type Owner() =
type SearchOwner() =
member this.login
with get(): string = null
and set(value: string) = this.login <- value