Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkdoggie committed Apr 19, 2023
1 parent d77fe76 commit e1279a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Expand Up @@ -5,7 +5,7 @@ import type { BlogPost } from "floatplane/creator";

type ChannelIdentifier = {
check: string;
type: keyof BlogPost | "description" | "runtimeLessThan" | "runtimeGreaterThan" | "channelId";
type: keyof BlogPost | "description" | "runtimeLessThan" | "runtimeGreaterThan" | "channelId" | "releasedBefore" | "releasedAfter";
};
export type ChannelOptions = {
title: string;
Expand Down

0 comments on commit e1279a0

Please sign in to comment.