export interface Handshake {
    author: string;
    body: string[];
}
