Interface IResourceConfig
Package: @altmp/altv-types
Syntax
interface IResourceConfig
Properties
|
Improve this Doc
View Source
type
Declaration
Property Value
|
Improve this Doc
View Source
deps
Declaration
readonly deps?: readonly string[]
Property Value
Type |
Description |
readonly string[] |
|
|
Improve this Doc
View Source
main
Declaration
Property Value
|
Improve this Doc
View Source
client-main
Declaration
readonly client-main?: string
Property Value
|
Improve this Doc
View Source
client-type
Declaration
readonly client-type?: string
Property Value
|
Improve this Doc
View Source
client-files
Declaration
readonly client-files?: readonly string[]
Property Value
Type |
Description |
readonly string[] |
|
|
Improve this Doc
View Source
required-permissions
Declaration
readonly required-permissions?: readonly Permission[]
Property Value
|
Improve this Doc
View Source
optional-permissions
Declaration
readonly optional-permissions?: readonly Permission[]
Property Value
[key: string]
Declaration
Property Value