Type Alias ImportOwner

type ImportOwner = {
    email?: string;
    name?: string;
    userId?: string;
}
Index

Properties

Properties

email?: string
name?: string
userId?: string