import { BaseObject } from './baseObject';
export interface DaiAuthenticationKeyAction extends BaseObject {
}
