import * as GoogleProtobufAny from "../protobuf/any.pb";
export type Status = {
    code?: number;
    message?: string;
    details?: GoogleProtobufAny.Any[];
};
