function encryptedSlugSchema encryptedSlugSchema(encrypt: EncryptFn,decrypt: DecryptFn,): unknown Encrypted slug + its plaintext blind-index slug_index (the permalink pair shared by pages and news posts). Parameters encrypt: EncryptFn decrypt: DecryptFn Return Type unknown