Type Alias PublishParams

PublishParams: {
    contentTopic: string;
    message: Uint8Array;
    timestamp?: Date;
}