interface MetaResponse {
    data: any;
    type: string;
}

Properties

Properties

data: any
type: string