Interface StoreStickersKeyword

interface StoreStickersKeyword {
    stickers: StoreStickersKeywordSticker[];
    words: string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

words: string[]

Generated using TypeDoc