Interface NexusProfileQuery

interface NexusProfileQuery {
    account: string;
    observer?: null | string;
}

Properties

Properties

account: string
observer?: null | string