Type Alias Tag

type Tag = {
    score?: number;
    tag?: string;
}
Index

Properties

Properties

score?: number
tag?: string