diff --git a/api/global/rawFileDescriptor.d.ts b/api/global/rawFileDescriptor.d.ts index 76d4c8959d6238fa8853eba9958b0585f00965fd..8a85921c4ffc92a83f150e140b2e31b8133bc260 100644 --- a/api/global/rawFileDescriptor.d.ts +++ b/api/global/rawFileDescriptor.d.ts @@ -16,7 +16,6 @@ /** * @file * @kit LocalizationKit - * @arkts 1.1&1.2 */ /** @@ -42,6 +41,7 @@ * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ export interface RawFileDescriptor { /** @@ -65,6 +65,7 @@ export interface RawFileDescriptor { * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ fd: number; @@ -89,6 +90,7 @@ export interface RawFileDescriptor { * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ offset: number; @@ -113,6 +115,7 @@ export interface RawFileDescriptor { * @crossplatform * @atomicservice * @since arkts {'1.1':'12', '1.2':'20'} + * @arkts 1.1&1.2 */ length: number; } \ No newline at end of file