export interface IMemberActionRequestOptions { dsname?: string; memName?: string; headings?: string; readonly [key: string]: string | undefined; }