export function rawIsLongPost(raw: Raw): raw is LongPost {
    return raw.type === LongPost.type
  }