mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
docs: ⚡ added contributors
This commit is contained in:
@@ -6,5 +6,12 @@ export interface DocumentationCtx {
|
||||
list: { link: string; name: string }[]
|
||||
}
|
||||
|
||||
export interface User {
|
||||
id: number
|
||||
login: string
|
||||
html_url: string
|
||||
avatar_url: string
|
||||
}
|
||||
|
||||
export const GlobalStore =
|
||||
createContext<DocumentationCtx[]>('documentation-site')
|
||||
|
||||
Reference in New Issue
Block a user