import { BaseObject } from './baseObject';
import { DaiAuthenticationKey } from './daiAuthenticationKey';
export interface CreateDaiAuthenticationKeysResponse extends BaseObject {
    rval?: DaiAuthenticationKey[];
}
