Interface GetMemberOptions

interface GetMemberOptions {
    includeDetails?: boolean;
}

Properties

Properties

includeDetails?: boolean