mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
10 lines
163 B
JavaScript
10 lines
163 B
JavaScript
export default {
|
|
expiredToken: {
|
|
type: String,
|
|
required: true,
|
|
},
|
|
refreshToken: {
|
|
type: String,
|
|
required: true,
|
|
}
|
|
} |