postio / apps /frontend /src /components /new-launch /providers /post-comment.enum.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
ec4551b verified
Raw
History Blame Contribute Delete
54 Bytes
export enum PostComment {
ALL,
POST,
COMMENT,
}