FileOwner import { FileOwner } from "destack:fs/binding"; File owner assignment. export struct FileOwner { user: FilePrincipal; group: FilePrincipal; } language/library/src/fs/binding/status.ds:95:100 Members user: FilePrincipal User owner principal. group: FilePrincipal Group owner principal.